public interface IShiftPreferencesRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super ShiftPreferences> callback)
Delete this item from the service
|
IShiftPreferencesRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ShiftPreferences |
get()
Gets the ShiftPreferences from the service
|
void |
get(ICallback<? super ShiftPreferences> callback)
Gets the ShiftPreferences from the service
|
ShiftPreferences |
patch(ShiftPreferences sourceShiftPreferences)
Patches this ShiftPreferences with a source
|
void |
patch(ShiftPreferences sourceShiftPreferences,
ICallback<? super ShiftPreferences> callback)
Patches this ShiftPreferences with a source
|
ShiftPreferences |
post(ShiftPreferences newShiftPreferences)
Posts a ShiftPreferences with a new object
|
void |
post(ShiftPreferences newShiftPreferences,
ICallback<? super ShiftPreferences> callback)
Posts a ShiftPreferences with a new object
|
ShiftPreferences |
put(ShiftPreferences newShiftPreferences)
Posts a ShiftPreferences with a new object
|
void |
put(ShiftPreferences newShiftPreferences,
ICallback<? super ShiftPreferences> callback)
Posts a ShiftPreferences with a new object
|
IShiftPreferencesRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ShiftPreferences> callback)
callback - the callback to be called after success or failureShiftPreferences get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super ShiftPreferences> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ShiftPreferences sourceShiftPreferences, ICallback<? super ShiftPreferences> callback)
sourceShiftPreferences - the source object with updatescallback - the callback to be called after success or failureShiftPreferences patch(ShiftPreferences sourceShiftPreferences) throws ClientException
sourceShiftPreferences - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ShiftPreferences newShiftPreferences, ICallback<? super ShiftPreferences> callback)
newShiftPreferences - the new object to createcallback - the callback to be called after success or failureShiftPreferences post(ShiftPreferences newShiftPreferences) throws ClientException
newShiftPreferences - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(ShiftPreferences newShiftPreferences, ICallback<? super ShiftPreferences> callback)
newShiftPreferences - the object to create/updatecallback - the callback to be called after success or failureShiftPreferences put(ShiftPreferences newShiftPreferences) throws ClientException
newShiftPreferences - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIShiftPreferencesRequest select(java.lang.String value)
value - the select clauseIShiftPreferencesRequest expand(java.lang.String value)
value - the expand clause