public interface IPlannerTaskCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IPlannerTaskCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPlannerTaskCollectionPage |
get() |
void |
get(ICallback<IPlannerTaskCollectionPage> callback) |
PlannerTask |
post(PlannerTask newPlannerTask) |
void |
post(PlannerTask newPlannerTask,
ICallback<PlannerTask> callback) |
IPlannerTaskCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPlannerTaskCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IPlannerTaskCollectionPage> callback)
IPlannerTaskCollectionPage get() throws ClientException
ClientExceptionvoid post(PlannerTask newPlannerTask, ICallback<PlannerTask> callback)
PlannerTask post(PlannerTask newPlannerTask) throws ClientException
ClientExceptionIPlannerTaskCollectionRequest expand(java.lang.String value)
value - the expand clauseIPlannerTaskCollectionRequest select(java.lang.String value)
value - the select clauseIPlannerTaskCollectionRequest top(int value)
value - the max number of items to return