public class ManagedMobileAppCollectionRequestBuilder extends BaseRequestBuilder implements IManagedMobileAppCollectionRequestBuilder
| Constructor and Description |
|---|
ManagedMobileAppCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TargetedManagedAppConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileAppCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IManagedMobileAppCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IManagedMobileAppRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ManagedMobileAppCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IManagedMobileAppCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IManagedMobileAppCollectionRequestBuilderrequestOptions - the options for this requestpublic IManagedMobileAppCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IManagedMobileAppCollectionRequestBuilderrequestOptions - the options for this requestpublic IManagedMobileAppRequestBuilder byId(java.lang.String id)
byId in interface IManagedMobileAppCollectionRequestBuilder