public class AppRoleAssignmentCollectionReferenceRequest extends BaseCollectionRequest<AppRoleAssignmentCollectionResponse,IAppRoleAssignmentCollectionPage> implements IAppRoleAssignmentCollectionReferenceRequest
| Constructor and Description |
|---|
AppRoleAssignmentCollectionReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AppRoleAssignment
|
| Modifier and Type | Method and Description |
|---|---|
IAppRoleAssignmentCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAppRoleAssignmentCollectionReferenceRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAppRoleAssignmentCollectionReferenceRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AppRoleAssignment |
post(AppRoleAssignment newAppRoleAssignment) |
void |
post(AppRoleAssignment newAppRoleAssignment,
ICallback<? super AppRoleAssignment> callback) |
IAppRoleAssignmentCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAppRoleAssignmentCollectionReferenceRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic AppRoleAssignmentCollectionReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(AppRoleAssignment newAppRoleAssignment, ICallback<? super AppRoleAssignment> callback)
post in interface IAppRoleAssignmentCollectionReferenceRequestpublic AppRoleAssignment post(AppRoleAssignment newAppRoleAssignment) throws ClientException
post in interface IAppRoleAssignmentCollectionReferenceRequestClientExceptionpublic IAppRoleAssignmentCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic IAppRoleAssignmentCollectionReferenceRequest filter(java.lang.String value)
value - the filter clausepublic IAppRoleAssignmentCollectionReferenceRequest orderBy(java.lang.String value)
value - the sort clausepublic IAppRoleAssignmentCollectionReferenceRequest select(java.lang.String value)
select in interface IAppRoleAssignmentCollectionReferenceRequestvalue - the select clausepublic IAppRoleAssignmentCollectionReferenceRequest top(int value)
top in interface IAppRoleAssignmentCollectionReferenceRequestvalue - the max number of items to return