public interface IPlannerGroupRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super PlannerGroup> callback)
Delete this item from the service
|
IPlannerGroupRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PlannerGroup |
get()
Gets the PlannerGroup from the service
|
void |
get(ICallback<? super PlannerGroup> callback)
Gets the PlannerGroup from the service
|
PlannerGroup |
patch(PlannerGroup sourcePlannerGroup)
Patches this PlannerGroup with a source
|
void |
patch(PlannerGroup sourcePlannerGroup,
ICallback<? super PlannerGroup> callback)
Patches this PlannerGroup with a source
|
PlannerGroup |
post(PlannerGroup newPlannerGroup)
Posts a PlannerGroup with a new object
|
void |
post(PlannerGroup newPlannerGroup,
ICallback<? super PlannerGroup> callback)
Posts a PlannerGroup with a new object
|
PlannerGroup |
put(PlannerGroup newPlannerGroup)
Posts a PlannerGroup with a new object
|
void |
put(PlannerGroup newPlannerGroup,
ICallback<? super PlannerGroup> callback)
Posts a PlannerGroup with a new object
|
IPlannerGroupRequest |
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 PlannerGroup> callback)
callback - the callback to be called after success or failurePlannerGroup get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super PlannerGroup> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(PlannerGroup sourcePlannerGroup, ICallback<? super PlannerGroup> callback)
sourcePlannerGroup - the source object with updatescallback - the callback to be called after success or failurePlannerGroup patch(PlannerGroup sourcePlannerGroup) throws ClientException
sourcePlannerGroup - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(PlannerGroup newPlannerGroup, ICallback<? super PlannerGroup> callback)
newPlannerGroup - the new object to createcallback - the callback to be called after success or failurePlannerGroup post(PlannerGroup newPlannerGroup) throws ClientException
newPlannerGroup - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(PlannerGroup newPlannerGroup, ICallback<? super PlannerGroup> callback)
newPlannerGroup - the object to create/updatecallback - the callback to be called after success or failurePlannerGroup put(PlannerGroup newPlannerGroup) throws ClientException
newPlannerGroup - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIPlannerGroupRequest select(java.lang.String value)
value - the select clauseIPlannerGroupRequest expand(java.lang.String value)
value - the expand clause