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