public class ManagedMobileLobAppRequestBuilder extends BaseRequestBuilder implements IManagedMobileLobAppRequestBuilder
| Constructor and Description |
|---|
ManagedMobileLobAppRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the ManagedMobileLobApp
|
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileLobAppRequest |
buildRequest()
Creates the request
|
IManagedMobileLobAppRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IMobileAppContentCollectionRequestBuilder |
contentVersions() |
IMobileAppContentRequestBuilder |
contentVersions(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ManagedMobileLobAppRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IManagedMobileLobAppRequest buildRequest()
buildRequest in interface IManagedMobileLobAppRequestBuilderpublic IManagedMobileLobAppRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IManagedMobileLobAppRequestBuilderrequestOptions - the options for this requestpublic IMobileAppContentCollectionRequestBuilder contentVersions()
contentVersions in interface IManagedMobileLobAppRequestBuilderpublic IMobileAppContentRequestBuilder contentVersions(java.lang.String id)
contentVersions in interface IManagedMobileLobAppRequestBuilder