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