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