public interface IPlannerProgressTaskBoardTaskFormatRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<PlannerProgressTaskBoardTaskFormat> callback)
Delete this item from the service
|
IPlannerProgressTaskBoardTaskFormatRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PlannerProgressTaskBoardTaskFormat |
get()
Gets the PlannerProgressTaskBoardTaskFormat from the service
|
void |
get(ICallback<PlannerProgressTaskBoardTaskFormat> callback)
Gets the PlannerProgressTaskBoardTaskFormat from the service
|
PlannerProgressTaskBoardTaskFormat |
patch(PlannerProgressTaskBoardTaskFormat sourcePlannerProgressTaskBoardTaskFormat)
Patches this PlannerProgressTaskBoardTaskFormat with a source
|
void |
patch(PlannerProgressTaskBoardTaskFormat sourcePlannerProgressTaskBoardTaskFormat,
ICallback<PlannerProgressTaskBoardTaskFormat> callback)
Patches this PlannerProgressTaskBoardTaskFormat with a source
|
PlannerProgressTaskBoardTaskFormat |
post(PlannerProgressTaskBoardTaskFormat newPlannerProgressTaskBoardTaskFormat)
Posts a PlannerProgressTaskBoardTaskFormat with a new object
|
void |
post(PlannerProgressTaskBoardTaskFormat newPlannerProgressTaskBoardTaskFormat,
ICallback<PlannerProgressTaskBoardTaskFormat> callback)
Posts a PlannerProgressTaskBoardTaskFormat with a new object
|
IPlannerProgressTaskBoardTaskFormatRequest |
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<PlannerProgressTaskBoardTaskFormat> callback)
callback - the callback to be called after success or failurePlannerProgressTaskBoardTaskFormat get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<PlannerProgressTaskBoardTaskFormat> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(PlannerProgressTaskBoardTaskFormat sourcePlannerProgressTaskBoardTaskFormat, ICallback<PlannerProgressTaskBoardTaskFormat> callback)
sourcePlannerProgressTaskBoardTaskFormat - the source object with updatescallback - the callback to be called after success or failurePlannerProgressTaskBoardTaskFormat patch(PlannerProgressTaskBoardTaskFormat sourcePlannerProgressTaskBoardTaskFormat) throws ClientException
sourcePlannerProgressTaskBoardTaskFormat - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(PlannerProgressTaskBoardTaskFormat newPlannerProgressTaskBoardTaskFormat, ICallback<PlannerProgressTaskBoardTaskFormat> callback)
newPlannerProgressTaskBoardTaskFormat - the new object to createcallback - the callback to be called after success or failurePlannerProgressTaskBoardTaskFormat post(PlannerProgressTaskBoardTaskFormat newPlannerProgressTaskBoardTaskFormat) throws ClientException
newPlannerProgressTaskBoardTaskFormat - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIPlannerProgressTaskBoardTaskFormatRequest select(java.lang.String value)
value - the select clauseIPlannerProgressTaskBoardTaskFormatRequest expand(java.lang.String value)
value - the expand clause