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