public class ServicePrincipalCollectionWithReferencesRequestBuilder extends BaseRequestBuilder implements IServicePrincipalCollectionWithReferencesRequestBuilder
| Constructor and Description |
|---|
ServicePrincipalCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OrgContact
|
| Modifier and Type | Method and Description |
|---|---|
IServicePrincipalCollectionWithReferencesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IServicePrincipalCollectionWithReferencesRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IServicePrincipalWithReferenceRequestBuilder |
byId(java.lang.String id) |
IServicePrincipalCollectionReferenceRequestBuilder |
references() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ServicePrincipalCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IServicePrincipalCollectionWithReferencesRequest buildRequest(Option... requestOptions)
buildRequest in interface IServicePrincipalCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IServicePrincipalCollectionWithReferencesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IServicePrincipalCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IServicePrincipalWithReferenceRequestBuilder byId(java.lang.String id)
byId in interface IServicePrincipalCollectionWithReferencesRequestBuilderpublic IServicePrincipalCollectionReferenceRequestBuilder references()
references in interface IServicePrincipalCollectionWithReferencesRequestBuilder