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