public interface JobSchedules
Modifier and Type | Method and Description |
---|---|
void |
add(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
void |
add(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
rx.Observable<Void> |
addAsync(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
rx.Observable<Void> |
addAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
ServiceFuture<Void> |
addAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a job schedule to the specified account.
|
ServiceFuture<Void> |
addAsync(JobScheduleAddParameter cloudJobSchedule,
ServiceCallback<Void> serviceCallback)
Adds a job schedule to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> |
addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> |
addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
void |
delete(String jobScheduleId)
Deletes a job schedule from the specified account.
|
void |
delete(String jobScheduleId,
JobScheduleDeleteOptions jobScheduleDeleteOptions)
Deletes a job schedule from the specified account.
|
rx.Observable<Void> |
deleteAsync(String jobScheduleId)
Deletes a job schedule from the specified account.
|
rx.Observable<Void> |
deleteAsync(String jobScheduleId,
JobScheduleDeleteOptions jobScheduleDeleteOptions)
Deletes a job schedule from the specified account.
|
ServiceFuture<Void> |
deleteAsync(String jobScheduleId,
JobScheduleDeleteOptions jobScheduleDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a job schedule from the specified account.
|
ServiceFuture<Void> |
deleteAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Deletes a job schedule from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> |
deleteWithServiceResponseAsync(String jobScheduleId)
Deletes a job schedule from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> |
deleteWithServiceResponseAsync(String jobScheduleId,
JobScheduleDeleteOptions jobScheduleDeleteOptions)
Deletes a job schedule from the specified account.
|
void |
disable(String jobScheduleId)
Disables a job schedule.
|
void |
disable(String jobScheduleId,
JobScheduleDisableOptions jobScheduleDisableOptions)
Disables a job schedule.
|
rx.Observable<Void> |
disableAsync(String jobScheduleId)
Disables a job schedule.
|
rx.Observable<Void> |
disableAsync(String jobScheduleId,
JobScheduleDisableOptions jobScheduleDisableOptions)
Disables a job schedule.
|
ServiceFuture<Void> |
disableAsync(String jobScheduleId,
JobScheduleDisableOptions jobScheduleDisableOptions,
ServiceCallback<Void> serviceCallback)
Disables a job schedule.
|
ServiceFuture<Void> |
disableAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Disables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> |
disableWithServiceResponseAsync(String jobScheduleId)
Disables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> |
disableWithServiceResponseAsync(String jobScheduleId,
JobScheduleDisableOptions jobScheduleDisableOptions)
Disables a job schedule.
|
void |
enable(String jobScheduleId)
Enables a job schedule.
|
void |
enable(String jobScheduleId,
JobScheduleEnableOptions jobScheduleEnableOptions)
Enables a job schedule.
|
rx.Observable<Void> |
enableAsync(String jobScheduleId)
Enables a job schedule.
|
rx.Observable<Void> |
enableAsync(String jobScheduleId,
JobScheduleEnableOptions jobScheduleEnableOptions)
Enables a job schedule.
|
ServiceFuture<Void> |
enableAsync(String jobScheduleId,
JobScheduleEnableOptions jobScheduleEnableOptions,
ServiceCallback<Void> serviceCallback)
Enables a job schedule.
|
ServiceFuture<Void> |
enableAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Enables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> |
enableWithServiceResponseAsync(String jobScheduleId)
Enables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> |
enableWithServiceResponseAsync(String jobScheduleId,
JobScheduleEnableOptions jobScheduleEnableOptions)
Enables a job schedule.
|
boolean |
exists(String jobScheduleId)
Checks the specified job schedule exists.
|
boolean |
exists(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions)
Checks the specified job schedule exists.
|
rx.Observable<Boolean> |
existsAsync(String jobScheduleId)
Checks the specified job schedule exists.
|
rx.Observable<Boolean> |
existsAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions)
Checks the specified job schedule exists.
|
ServiceFuture<Boolean> |
existsAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions,
ServiceCallback<Boolean> serviceCallback)
Checks the specified job schedule exists.
|
ServiceFuture<Boolean> |
existsAsync(String jobScheduleId,
ServiceCallback<Boolean> serviceCallback)
Checks the specified job schedule exists.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> |
existsWithServiceResponseAsync(String jobScheduleId)
Checks the specified job schedule exists.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> |
existsWithServiceResponseAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions)
Checks the specified job schedule exists.
|
CloudJobSchedule |
get(String jobScheduleId)
Gets information about the specified job schedule.
|
CloudJobSchedule |
get(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
rx.Observable<CloudJobSchedule> |
getAsync(String jobScheduleId)
Gets information about the specified job schedule.
|
rx.Observable<CloudJobSchedule> |
getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
ServiceFuture<CloudJobSchedule> |
getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
ServiceFuture<CloudJobSchedule> |
getAsync(String jobScheduleId,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
getWithServiceResponseAsync(String jobScheduleId)
Gets information about the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
getWithServiceResponseAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
PagedList<CloudJobSchedule> |
list()
Lists all of the job schedules in the specified account.
|
PagedList<CloudJobSchedule> |
list(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
listAsync()
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
listAsync(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
listAsync(JobScheduleListOptions jobScheduleListOptions,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
PagedList<CloudJobSchedule> |
listNext(String nextPageLink)
Lists all of the job schedules in the specified account.
|
PagedList<CloudJobSchedule> |
listNext(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
listNextAsync(String nextPageLink)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
listNextAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
listNextAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions,
ServiceFuture<List<CloudJobSchedule>> serviceFuture,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJobSchedule>> serviceFuture,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
listNextWithServiceResponseAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
listWithServiceResponseAsync()
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
void |
patch(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter)
Updates the properties of the specified job schedule.
|
void |
patch(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions)
Updates the properties of the specified job schedule.
|
rx.Observable<Void> |
patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter)
Updates the properties of the specified job schedule.
|
rx.Observable<Void> |
patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> |
patchWithServiceResponseAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> |
patchWithServiceResponseAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions)
Updates the properties of the specified job schedule.
|
void |
terminate(String jobScheduleId)
Terminates a job schedule.
|
void |
terminate(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
rx.Observable<Void> |
terminateAsync(String jobScheduleId)
Terminates a job schedule.
|
rx.Observable<Void> |
terminateAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
ServiceFuture<Void> |
terminateAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions,
ServiceCallback<Void> serviceCallback)
Terminates a job schedule.
|
ServiceFuture<Void> |
terminateAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Terminates a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> |
terminateWithServiceResponseAsync(String jobScheduleId)
Terminates a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> |
terminateWithServiceResponseAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
void |
update(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter)
Updates the properties of the specified job schedule.
|
void |
update(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions)
Updates the properties of the specified job schedule.
|
rx.Observable<Void> |
updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter)
Updates the properties of the specified job schedule.
|
rx.Observable<Void> |
updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> |
updateWithServiceResponseAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> |
updateWithServiceResponseAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions)
Updates the properties of the specified job schedule.
|
boolean exists(String jobScheduleId)
jobScheduleId
- The ID of the job schedule which you want to check.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Boolean> existsAsync(String jobScheduleId, ServiceCallback<Boolean> serviceCallback)
jobScheduleId
- The ID of the job schedule which you want to check.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Boolean> existsAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule which you want to check.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> existsWithServiceResponseAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule which you want to check.IllegalArgumentException
- thrown if parameters fail the validationboolean exists(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)
jobScheduleId
- The ID of the job schedule which you want to check.jobScheduleExistsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Boolean> existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions, ServiceCallback<Boolean> serviceCallback)
jobScheduleId
- The ID of the job schedule which you want to check.jobScheduleExistsOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Boolean> existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)
jobScheduleId
- The ID of the job schedule which you want to check.jobScheduleExistsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> existsWithServiceResponseAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)
jobScheduleId
- The ID of the job schedule which you want to check.jobScheduleExistsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationvoid delete(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to delete.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to delete.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> deleteWithServiceResponseAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid delete(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)
jobScheduleId
- The ID of the job schedule to delete.jobScheduleDeleteOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to delete.jobScheduleDeleteOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)
jobScheduleId
- The ID of the job schedule to delete.jobScheduleDeleteOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> deleteWithServiceResponseAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)
jobScheduleId
- The ID of the job schedule to delete.jobScheduleDeleteOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationCloudJobSchedule get(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to get.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<CloudJobSchedule> getAsync(String jobScheduleId, ServiceCallback<CloudJobSchedule> serviceCallback)
jobScheduleId
- The ID of the job schedule to get.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<CloudJobSchedule> getAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to get.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> getWithServiceResponseAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to get.IllegalArgumentException
- thrown if parameters fail the validationCloudJobSchedule get(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)
jobScheduleId
- The ID of the job schedule to get.jobScheduleGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<CloudJobSchedule> getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions, ServiceCallback<CloudJobSchedule> serviceCallback)
jobScheduleId
- The ID of the job schedule to get.jobScheduleGetOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<CloudJobSchedule> getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)
jobScheduleId
- The ID of the job schedule to get.jobScheduleGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)
jobScheduleId
- The ID of the job schedule to get.jobScheduleGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationvoid patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.jobSchedulePatchOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.jobSchedulePatchOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.jobSchedulePatchOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)
jobScheduleId
- The ID of the job schedule to update.jobSchedulePatchParameter
- The parameters for the request.jobSchedulePatchOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.jobScheduleUpdateOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.jobScheduleUpdateOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.jobScheduleUpdateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)
jobScheduleId
- The ID of the job schedule to update.jobScheduleUpdateParameter
- The parameters for the request.jobScheduleUpdateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid disable(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to disable.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> disableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to disable.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> disableAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to disable.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> disableWithServiceResponseAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to disable.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid disable(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)
jobScheduleId
- The ID of the job schedule to disable.jobScheduleDisableOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to disable.jobScheduleDisableOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)
jobScheduleId
- The ID of the job schedule to disable.jobScheduleDisableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> disableWithServiceResponseAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)
jobScheduleId
- The ID of the job schedule to disable.jobScheduleDisableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid enable(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to enable.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> enableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to enable.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> enableAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to enable.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> enableWithServiceResponseAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to enable.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid enable(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)
jobScheduleId
- The ID of the job schedule to enable.jobScheduleEnableOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to enable.jobScheduleEnableOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)
jobScheduleId
- The ID of the job schedule to enable.jobScheduleEnableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> enableWithServiceResponseAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)
jobScheduleId
- The ID of the job schedule to enable.jobScheduleEnableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid terminate(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to terminates.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> terminateAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to terminates.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> terminateAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to terminates.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> terminateWithServiceResponseAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule to terminates.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid terminate(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)
jobScheduleId
- The ID of the job schedule to terminates.jobScheduleTerminateOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions, ServiceCallback<Void> serviceCallback)
jobScheduleId
- The ID of the job schedule to terminates.jobScheduleTerminateOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)
jobScheduleId
- The ID of the job schedule to terminates.jobScheduleTerminateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> terminateWithServiceResponseAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)
jobScheduleId
- The ID of the job schedule to terminates.jobScheduleTerminateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid add(JobScheduleAddParameter cloudJobSchedule)
cloudJobSchedule
- The job schedule to be added.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(JobScheduleAddParameter cloudJobSchedule, ServiceCallback<Void> serviceCallback)
cloudJobSchedule
- The job schedule to be added.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(JobScheduleAddParameter cloudJobSchedule)
cloudJobSchedule
- The job schedule to be added.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)
cloudJobSchedule
- The job schedule to be added.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid add(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)
cloudJobSchedule
- The job schedule to be added.jobScheduleAddOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions, ServiceCallback<Void> serviceCallback)
cloudJobSchedule
- The job schedule to be added.jobScheduleAddOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)
cloudJobSchedule
- The job schedule to be added.jobScheduleAddOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)
cloudJobSchedule
- The job schedule to be added.jobScheduleAddOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJobSchedule> list()
IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJobSchedule>> listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)
serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJobSchedule>> listAsync()
IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listWithServiceResponseAsync()
IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJobSchedule> list(JobScheduleListOptions jobScheduleListOptions)
jobScheduleListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJobSchedule>> listAsync(JobScheduleListOptions jobScheduleListOptions, ListOperationCallback<CloudJobSchedule> serviceCallback)
jobScheduleListOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJobSchedule>> listAsync(JobScheduleListOptions jobScheduleListOptions)
jobScheduleListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)
jobScheduleListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJobSchedule> listNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJobSchedule>> listNextAsync(String nextPageLink, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> 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<CloudJobSchedule>> listNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJobSchedule> listNext(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobScheduleListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJobSchedule>> listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.jobScheduleListNextOptions
- Additional parameters for the operationserviceFuture
- 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<CloudJobSchedule>> listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobScheduleListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listNextWithServiceResponseAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobScheduleListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.