public class ManagedAppPolicyRequestBuilder extends BaseRequestBuilder implements IManagedAppPolicyRequestBuilder
| Constructor and Description |
|---|
ManagedAppPolicyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the ManagedAppPolicy
|
| Modifier and Type | Method and Description |
|---|---|
IManagedAppPolicyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IManagedAppPolicyRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IManagedAppPolicyTargetAppsRequestBuilder |
targetApps(java.util.List<ManagedMobileApp> apps) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ManagedAppPolicyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IManagedAppPolicyRequest buildRequest(Option... requestOptions)
buildRequest in interface IManagedAppPolicyRequestBuilderrequestOptions - the options for this requestpublic IManagedAppPolicyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IManagedAppPolicyRequestBuilderrequestOptions - the options for this requestpublic IManagedAppPolicyTargetAppsRequestBuilder targetApps(java.util.List<ManagedMobileApp> apps)
targetApps in interface IManagedAppPolicyRequestBuilder