public interface IGroupReferenceRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
Group |
delete() |
void |
delete(ICallback<Group> callback) |
IGroupReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Group |
put(Group srcGroup)
Puts the Group
|
void |
put(Group srcGroup,
ICallback<Group> callback)
Puts the Group
|
IGroupReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
Group delete() throws ClientException
ClientException
IGroupReferenceRequest select(java.lang.String value)
value
- the select clauseIGroupReferenceRequest expand(java.lang.String value)
value
- the expand clausevoid put(Group srcGroup, ICallback<Group> callback)
srcGroup
- the Group to PUTcallback
- the callback to be called after success or failureGroup put(Group srcGroup) throws ClientException
srcGroup
- the Group to PUTClientException
- an exception occurs if there was an error while the request was sent