public class AndroidManagedAppProtectionRequestBuilder extends BaseRequestBuilder implements IAndroidManagedAppProtectionRequestBuilder
| Constructor and Description |
|---|
AndroidManagedAppProtectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the AndroidManagedAppProtection
|
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileAppCollectionRequestBuilder |
apps() |
IManagedMobileAppRequestBuilder |
apps(java.lang.String id) |
ITargetedManagedAppPolicyAssignmentCollectionRequestBuilder |
assignments() |
ITargetedManagedAppPolicyAssignmentRequestBuilder |
assignments(java.lang.String id) |
IAndroidManagedAppProtectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IAndroidManagedAppProtectionRequest |
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 AndroidManagedAppProtectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IAndroidManagedAppProtectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IAndroidManagedAppProtectionRequestBuilderrequestOptions - the options for this requestpublic IAndroidManagedAppProtectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IAndroidManagedAppProtectionRequestBuilderrequestOptions - the options for this requestpublic ITargetedManagedAppPolicyAssignmentCollectionRequestBuilder assignments()
assignments in interface IAndroidManagedAppProtectionRequestBuilderpublic ITargetedManagedAppPolicyAssignmentRequestBuilder assignments(java.lang.String id)
assignments in interface IAndroidManagedAppProtectionRequestBuilderpublic IManagedMobileAppCollectionRequestBuilder apps()
apps in interface IAndroidManagedAppProtectionRequestBuilderpublic IManagedMobileAppRequestBuilder apps(java.lang.String id)
apps in interface IAndroidManagedAppProtectionRequestBuilderpublic IManagedAppPolicyDeploymentSummaryRequestBuilder deploymentSummary()
deploymentSummary in interface IAndroidManagedAppProtectionRequestBuilder