public class PermissionGrantConditionSetRequest extends BaseRequest implements IPermissionGrantConditionSetRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
PermissionGrantConditionSetRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the PermissionGrantConditionSet
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super PermissionGrantConditionSet> callback)
Delete this item from the service
|
IPermissionGrantConditionSetRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PermissionGrantConditionSet |
get()
Gets the PermissionGrantConditionSet from the service
|
void |
get(ICallback<? super PermissionGrantConditionSet> callback)
Gets the PermissionGrantConditionSet from the service
|
PermissionGrantConditionSet |
patch(PermissionGrantConditionSet sourcePermissionGrantConditionSet)
Patches this PermissionGrantConditionSet with a source
|
void |
patch(PermissionGrantConditionSet sourcePermissionGrantConditionSet,
ICallback<? super PermissionGrantConditionSet> callback)
Patches this PermissionGrantConditionSet with a source
|
PermissionGrantConditionSet |
post(PermissionGrantConditionSet newPermissionGrantConditionSet)
Creates a PermissionGrantConditionSet with a new object
|
void |
post(PermissionGrantConditionSet newPermissionGrantConditionSet,
ICallback<? super PermissionGrantConditionSet> callback)
Creates a PermissionGrantConditionSet with a new object
|
PermissionGrantConditionSet |
put(PermissionGrantConditionSet newPermissionGrantConditionSet)
Creates a PermissionGrantConditionSet with a new object
|
void |
put(PermissionGrantConditionSet newPermissionGrantConditionSet,
ICallback<? super PermissionGrantConditionSet> callback)
Creates a PermissionGrantConditionSet with a new object
|
IPermissionGrantConditionSetRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic PermissionGrantConditionSetRequest(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 get(ICallback<? super PermissionGrantConditionSet> callback)
get in interface IPermissionGrantConditionSetRequestcallback - the callback to be called after success or failurepublic PermissionGrantConditionSet get() throws ClientException
get in interface IPermissionGrantConditionSetRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super PermissionGrantConditionSet> callback)
delete in interface IPermissionGrantConditionSetRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IPermissionGrantConditionSetRequestClientException - if there was an exception during the delete operationpublic void patch(PermissionGrantConditionSet sourcePermissionGrantConditionSet, ICallback<? super PermissionGrantConditionSet> callback)
patch in interface IPermissionGrantConditionSetRequestsourcePermissionGrantConditionSet - the source object with updatescallback - the callback to be called after success or failurepublic PermissionGrantConditionSet patch(PermissionGrantConditionSet sourcePermissionGrantConditionSet) throws ClientException
patch in interface IPermissionGrantConditionSetRequestsourcePermissionGrantConditionSet - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(PermissionGrantConditionSet newPermissionGrantConditionSet, ICallback<? super PermissionGrantConditionSet> callback)
post in interface IPermissionGrantConditionSetRequestnewPermissionGrantConditionSet - the new object to createcallback - the callback to be called after success or failurepublic PermissionGrantConditionSet post(PermissionGrantConditionSet newPermissionGrantConditionSet) throws ClientException
post in interface IPermissionGrantConditionSetRequestnewPermissionGrantConditionSet - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(PermissionGrantConditionSet newPermissionGrantConditionSet, ICallback<? super PermissionGrantConditionSet> callback)
put in interface IPermissionGrantConditionSetRequestnewPermissionGrantConditionSet - the object to create/updatecallback - the callback to be called after success or failurepublic PermissionGrantConditionSet put(PermissionGrantConditionSet newPermissionGrantConditionSet) throws ClientException
put in interface IPermissionGrantConditionSetRequestnewPermissionGrantConditionSet - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IPermissionGrantConditionSetRequest select(java.lang.String value)
select in interface IPermissionGrantConditionSetRequestvalue - the select clausepublic IPermissionGrantConditionSetRequest expand(java.lang.String value)
expand in interface IPermissionGrantConditionSetRequestvalue - the expand clause