public class ServicePrincipalCollectionRequestBuilder extends BaseRequestBuilder implements IServicePrincipalCollectionRequestBuilder
| Constructor and Description |
|---|
ServicePrincipalCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ServicePrincipal
|
| Modifier and Type | Method and Description |
|---|---|
IServicePrincipalCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IServicePrincipalCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IServicePrincipalRequestBuilder |
byId(java.lang.String id) |
IServicePrincipalDeltaCollectionRequestBuilder |
delta() |
IServicePrincipalDeltaCollectionRequestBuilder |
delta(java.lang.String deltaLink) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ServicePrincipalCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IServicePrincipalCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IServicePrincipalCollectionRequestBuilderrequestOptions - the options for this requestpublic IServicePrincipalCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IServicePrincipalCollectionRequestBuilderrequestOptions - the options for this requestpublic IServicePrincipalRequestBuilder byId(java.lang.String id)
byId in interface IServicePrincipalCollectionRequestBuilderpublic IServicePrincipalDeltaCollectionRequestBuilder delta()
delta in interface IServicePrincipalCollectionRequestBuilderpublic IServicePrincipalDeltaCollectionRequestBuilder delta(java.lang.String deltaLink)
delta in interface IServicePrincipalCollectionRequestBuilder