public interface Applications
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
get(String applicationId)
Gets information about the specified application.
|
ApplicationSummary |
get(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
rx.Observable<ApplicationSummary> |
getAsync(String applicationId)
Gets information about the specified application.
|
rx.Observable<ApplicationSummary> |
getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
ServiceFuture<ApplicationSummary> |
getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
ServiceFuture<ApplicationSummary> |
getAsync(String applicationId,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
rx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> |
getWithServiceResponseAsync(String applicationId)
Gets information about the specified application.
|
rx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> |
getWithServiceResponseAsync(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
PagedList<ApplicationSummary> |
list()
Lists all of the applications available in the specified account.
|
PagedList<ApplicationSummary> |
list(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
listAsync()
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
listAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
listAsync(ApplicationListOptions applicationListOptions,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
PagedList<ApplicationSummary> |
listNext(String nextPageLink)
Lists all of the applications available in the specified account.
|
PagedList<ApplicationSummary> |
listNext(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
listNextAsync(String nextPageLink)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
listNextAsync(String nextPageLink,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
listNextWithServiceResponseAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
listWithServiceResponseAsync()
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
PagedList<ApplicationSummary> 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<ApplicationSummary>> listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)
serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<ApplicationSummary>> listAsync()
IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listWithServiceResponseAsync()
IllegalArgumentException
- thrown if parameters fail the validationPagedList<ApplicationSummary> list(ApplicationListOptions applicationListOptions)
applicationListOptions
- 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<ApplicationSummary>> listAsync(ApplicationListOptions applicationListOptions, ListOperationCallback<ApplicationSummary> serviceCallback)
applicationListOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<ApplicationSummary>> listAsync(ApplicationListOptions applicationListOptions)
applicationListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)
applicationListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationApplicationSummary get(String applicationId)
applicationId
- The ID of the application.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<ApplicationSummary> getAsync(String applicationId, ServiceCallback<ApplicationSummary> serviceCallback)
applicationId
- The ID of the application.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ApplicationSummary> getAsync(String applicationId)
applicationId
- The ID of the application.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> getWithServiceResponseAsync(String applicationId)
applicationId
- The ID of the application.IllegalArgumentException
- thrown if parameters fail the validationApplicationSummary get(String applicationId, ApplicationGetOptions applicationGetOptions)
applicationId
- The ID of the application.applicationGetOptions
- 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<ApplicationSummary> getAsync(String applicationId, ApplicationGetOptions applicationGetOptions, ServiceCallback<ApplicationSummary> serviceCallback)
applicationId
- The ID of the application.applicationGetOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ApplicationSummary> getAsync(String applicationId, ApplicationGetOptions applicationGetOptions)
applicationId
- The ID of the application.applicationGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> getWithServiceResponseAsync(String applicationId, ApplicationGetOptions applicationGetOptions)
applicationId
- The ID of the application.applicationGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<ApplicationSummary> 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<ApplicationSummary>> listNextAsync(String nextPageLink, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> 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<ApplicationSummary>> listNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<ApplicationSummary> listNext(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.applicationListNextOptions
- 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<ApplicationSummary>> listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.applicationListNextOptions
- 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<ApplicationSummary>> listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.applicationListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listNextWithServiceResponseAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.applicationListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.