public class PlannerProgressTaskBoardTaskFormatRequest extends BaseRequest implements IPlannerProgressTaskBoardTaskFormatRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
PlannerProgressTaskBoardTaskFormatRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the PlannerProgressTaskBoardTaskFormat
|
| 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)
Creates a PlannerProgressTaskBoardTaskFormat with a new object
|
void |
post(PlannerProgressTaskBoardTaskFormat newPlannerProgressTaskBoardTaskFormat,
ICallback<PlannerProgressTaskBoardTaskFormat> callback)
Creates a PlannerProgressTaskBoardTaskFormat with a new object
|
IPlannerProgressTaskBoardTaskFormatRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic PlannerProgressTaskBoardTaskFormatRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<PlannerProgressTaskBoardTaskFormat> callback)
get in interface IPlannerProgressTaskBoardTaskFormatRequestcallback - the callback to be called after success or failurepublic PlannerProgressTaskBoardTaskFormat get() throws ClientException
get in interface IPlannerProgressTaskBoardTaskFormatRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<PlannerProgressTaskBoardTaskFormat> callback)
delete in interface IPlannerProgressTaskBoardTaskFormatRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IPlannerProgressTaskBoardTaskFormatRequestClientException - if there was an exception during the delete operationpublic void patch(PlannerProgressTaskBoardTaskFormat sourcePlannerProgressTaskBoardTaskFormat, ICallback<PlannerProgressTaskBoardTaskFormat> callback)
patch in interface IPlannerProgressTaskBoardTaskFormatRequestsourcePlannerProgressTaskBoardTaskFormat - the source object with updatescallback - the callback to be called after success or failurepublic PlannerProgressTaskBoardTaskFormat patch(PlannerProgressTaskBoardTaskFormat sourcePlannerProgressTaskBoardTaskFormat) throws ClientException
patch in interface IPlannerProgressTaskBoardTaskFormatRequestsourcePlannerProgressTaskBoardTaskFormat - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(PlannerProgressTaskBoardTaskFormat newPlannerProgressTaskBoardTaskFormat, ICallback<PlannerProgressTaskBoardTaskFormat> callback)
post in interface IPlannerProgressTaskBoardTaskFormatRequestnewPlannerProgressTaskBoardTaskFormat - the new object to createcallback - the callback to be called after success or failurepublic PlannerProgressTaskBoardTaskFormat post(PlannerProgressTaskBoardTaskFormat newPlannerProgressTaskBoardTaskFormat) throws ClientException
post in interface IPlannerProgressTaskBoardTaskFormatRequestnewPlannerProgressTaskBoardTaskFormat - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IPlannerProgressTaskBoardTaskFormatRequest select(java.lang.String value)
select in interface IPlannerProgressTaskBoardTaskFormatRequestvalue - the select clausepublic IPlannerProgressTaskBoardTaskFormatRequest expand(java.lang.String value)
expand in interface IPlannerProgressTaskBoardTaskFormatRequestvalue - the expand clause