public class RoleAssignmentCollectionRequestBuilder extends BaseRequestBuilder implements IRoleAssignmentCollectionRequestBuilder
Constructor and Description |
---|
RoleAssignmentCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of RoleDefinition
|
Modifier and Type | Method and Description |
---|---|
IRoleAssignmentCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IRoleAssignmentCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IRoleAssignmentRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public RoleAssignmentCollectionRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic IRoleAssignmentCollectionRequest buildRequest(Option... requestOptions)
buildRequest
in interface IRoleAssignmentCollectionRequestBuilder
requestOptions
- the options for this requestpublic IRoleAssignmentCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IRoleAssignmentCollectionRequestBuilder
requestOptions
- the options for this requestpublic IRoleAssignmentRequestBuilder byId(java.lang.String id)
byId
in interface IRoleAssignmentCollectionRequestBuilder