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