public interface Recurrences
Modifier and Type | Method and Description |
---|---|
JobRecurrenceInformation |
get(String accountName,
UUID recurrenceIdentity)
Gets the recurrence information for the specified recurrence ID.
|
JobRecurrenceInformation |
get(String accountName,
UUID recurrenceIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Gets the recurrence information for the specified recurrence ID.
|
rx.Observable<JobRecurrenceInformation> |
getAsync(String accountName,
UUID recurrenceIdentity)
Gets the recurrence information for the specified recurrence ID.
|
rx.Observable<JobRecurrenceInformation> |
getAsync(String accountName,
UUID recurrenceIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Gets the recurrence information for the specified recurrence ID.
|
ServiceFuture<JobRecurrenceInformation> |
getAsync(String accountName,
UUID recurrenceIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ServiceCallback<JobRecurrenceInformation> serviceCallback)
Gets the recurrence information for the specified recurrence ID.
|
ServiceFuture<JobRecurrenceInformation> |
getAsync(String accountName,
UUID recurrenceIdentity,
ServiceCallback<JobRecurrenceInformation> serviceCallback)
Gets the recurrence information for the specified recurrence ID.
|
rx.Observable<ServiceResponse<JobRecurrenceInformation>> |
getWithServiceResponseAsync(String accountName,
UUID recurrenceIdentity)
Gets the recurrence information for the specified recurrence ID.
|
rx.Observable<ServiceResponse<JobRecurrenceInformation>> |
getWithServiceResponseAsync(String accountName,
UUID recurrenceIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Gets the recurrence information for the specified recurrence ID.
|
PagedList<JobRecurrenceInformation> |
list(String accountName)
Lists all recurrences.
|
PagedList<JobRecurrenceInformation> |
list(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
rx.Observable<Page<JobRecurrenceInformation>> |
listAsync(String accountName)
Lists all recurrences.
|
rx.Observable<Page<JobRecurrenceInformation>> |
listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
ServiceFuture<List<JobRecurrenceInformation>> |
listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
ServiceFuture<List<JobRecurrenceInformation>> |
listAsync(String accountName,
ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
PagedList<JobRecurrenceInformation> |
listNext(String nextPageLink)
Lists all recurrences.
|
rx.Observable<Page<JobRecurrenceInformation>> |
listNextAsync(String nextPageLink)
Lists all recurrences.
|
ServiceFuture<List<JobRecurrenceInformation>> |
listNextAsync(String nextPageLink,
ServiceFuture<List<JobRecurrenceInformation>> serviceFuture,
ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
rx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> |
listNextWithServiceResponseAsync(String nextPageLink)
Lists all recurrences.
|
rx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> |
listWithServiceResponseAsync(String accountName)
Lists all recurrences.
|
rx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> |
listWithServiceResponseAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
PagedList<JobRecurrenceInformation> list(String accountName)
accountName
- The Azure Data Lake Analytics account to execute job operations on.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobRecurrenceInformation>> listAsync(String accountName, ListOperationCallback<JobRecurrenceInformation> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobRecurrenceInformation>> listAsync(String accountName)
accountName
- The Azure Data Lake Analytics account to execute job operations on.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> listWithServiceResponseAsync(String accountName)
accountName
- The Azure Data Lake Analytics account to execute job operations on.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobRecurrenceInformation> list(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobRecurrenceInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, ListOperationCallback<JobRecurrenceInformation> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobRecurrenceInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> listWithServiceResponseAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationJobRecurrenceInformation get(String accountName, UUID recurrenceIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobRecurrenceInformation> getAsync(String accountName, UUID recurrenceIdentity, ServiceCallback<JobRecurrenceInformation> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobRecurrenceInformation> getAsync(String accountName, UUID recurrenceIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobRecurrenceInformation>> getWithServiceResponseAsync(String accountName, UUID recurrenceIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.IllegalArgumentException
- thrown if parameters fail the validationJobRecurrenceInformation get(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobRecurrenceInformation> getAsync(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, ServiceCallback<JobRecurrenceInformation> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobRecurrenceInformation> getAsync(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobRecurrenceInformation>> getWithServiceResponseAsync(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobRecurrenceInformation> listNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobRecurrenceInformation>> listNextAsync(String nextPageLink, ServiceFuture<List<JobRecurrenceInformation>> serviceFuture, ListOperationCallback<JobRecurrenceInformation> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobRecurrenceInformation>> listNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> listNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.