public class EndpointCollectionRequestBuilder extends BaseRequestBuilder implements IEndpointCollectionRequestBuilder
| Constructor and Description |
|---|
EndpointCollectionRequestBuilder(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 |
|---|---|
IEndpointCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IEndpointCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IEndpointRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EndpointCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IEndpointCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IEndpointCollectionRequestBuilderrequestOptions - the options for this requestpublic IEndpointCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEndpointCollectionRequestBuilderrequestOptions - the options for this requestpublic IEndpointRequestBuilder byId(java.lang.String id)
byId in interface IEndpointCollectionRequestBuilder