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