public class IosManagedAppProtectionRequestBuilder extends BaseRequestBuilder implements IIosManagedAppProtectionRequestBuilder
| Constructor and Description |
|---|
IosManagedAppProtectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the IosManagedAppProtection
|
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileAppCollectionRequestBuilder |
apps() |
IManagedMobileAppRequestBuilder |
apps(java.lang.String id) |
IIosManagedAppProtectionRequest |
buildRequest()
Creates the request
|
IIosManagedAppProtectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IManagedAppPolicyDeploymentSummaryRequestBuilder |
deploymentSummary()
Gets the request builder for ManagedAppPolicyDeploymentSummary
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic IosManagedAppProtectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IIosManagedAppProtectionRequest buildRequest()
buildRequest in interface IIosManagedAppProtectionRequestBuilderpublic IIosManagedAppProtectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IIosManagedAppProtectionRequestBuilderrequestOptions - the options for this requestpublic IManagedMobileAppCollectionRequestBuilder apps()
apps in interface IIosManagedAppProtectionRequestBuilderpublic IManagedMobileAppRequestBuilder apps(java.lang.String id)
apps in interface IIosManagedAppProtectionRequestBuilderpublic IManagedAppPolicyDeploymentSummaryRequestBuilder deploymentSummary()
deploymentSummary in interface IIosManagedAppProtectionRequestBuilder