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) |
ITargetedManagedAppPolicyAssignmentCollectionRequestBuilder |
assignments() |
ITargetedManagedAppPolicyAssignmentRequestBuilder |
assignments(java.lang.String id) |
IIosManagedAppProtectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IIosManagedAppProtectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
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(Option... requestOptions)
buildRequest in interface IIosManagedAppProtectionRequestBuilderrequestOptions - the options for this requestpublic IIosManagedAppProtectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IIosManagedAppProtectionRequestBuilderrequestOptions - the options for this requestpublic ITargetedManagedAppPolicyAssignmentCollectionRequestBuilder assignments()
assignments in interface IIosManagedAppProtectionRequestBuilderpublic ITargetedManagedAppPolicyAssignmentRequestBuilder assignments(java.lang.String id)
assignments in interface IIosManagedAppProtectionRequestBuilderpublic IManagedMobileAppCollectionRequestBuilder apps()
apps in interface IIosManagedAppProtectionRequestBuilderpublic IManagedMobileAppRequestBuilder apps(java.lang.String id)
apps in interface IIosManagedAppProtectionRequestBuilderpublic IManagedAppPolicyDeploymentSummaryRequestBuilder deploymentSummary()
deploymentSummary in interface IIosManagedAppProtectionRequestBuilder