public interface IRestrictedSignInRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<RestrictedSignIn> callback)
Delete this item from the service
|
IRestrictedSignInRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
RestrictedSignIn |
get()
Gets the RestrictedSignIn from the service
|
void |
get(ICallback<RestrictedSignIn> callback)
Gets the RestrictedSignIn from the service
|
RestrictedSignIn |
patch(RestrictedSignIn sourceRestrictedSignIn)
Patches this RestrictedSignIn with a source
|
void |
patch(RestrictedSignIn sourceRestrictedSignIn,
ICallback<RestrictedSignIn> callback)
Patches this RestrictedSignIn with a source
|
RestrictedSignIn |
post(RestrictedSignIn newRestrictedSignIn)
Posts a RestrictedSignIn with a new object
|
void |
post(RestrictedSignIn newRestrictedSignIn,
ICallback<RestrictedSignIn> callback)
Posts a RestrictedSignIn with a new object
|
IRestrictedSignInRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<RestrictedSignIn> callback)
callback - the callback to be called after success or failureRestrictedSignIn get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<RestrictedSignIn> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(RestrictedSignIn sourceRestrictedSignIn, ICallback<RestrictedSignIn> callback)
sourceRestrictedSignIn - the source object with updatescallback - the callback to be called after success or failureRestrictedSignIn patch(RestrictedSignIn sourceRestrictedSignIn) throws ClientException
sourceRestrictedSignIn - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(RestrictedSignIn newRestrictedSignIn, ICallback<RestrictedSignIn> callback)
newRestrictedSignIn - the new object to createcallback - the callback to be called after success or failureRestrictedSignIn post(RestrictedSignIn newRestrictedSignIn) throws ClientException
newRestrictedSignIn - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIRestrictedSignInRequest select(java.lang.String value)
value - the select clauseIRestrictedSignInRequest expand(java.lang.String value)
value - the expand clause