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