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