public class PlannerGroupRequest extends com.microsoft.graph.http.BaseRequest<PlannerGroup>
| Constructor and Description |
|---|
PlannerGroupRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the PlannerGroup
|
| Modifier and Type | Method and Description |
|---|---|
PlannerGroup |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<PlannerGroup> |
deleteAsync()
Delete this item from the service
|
PlannerGroupRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PlannerGroup |
get()
Gets the PlannerGroup from the service
|
java.util.concurrent.CompletableFuture<PlannerGroup> |
getAsync()
Gets the PlannerGroup from the service
|
PlannerGroup |
patch(PlannerGroup sourcePlannerGroup)
Patches this PlannerGroup with a source
|
java.util.concurrent.CompletableFuture<PlannerGroup> |
patchAsync(PlannerGroup sourcePlannerGroup)
Patches this PlannerGroup with a source
|
PlannerGroup |
post(PlannerGroup newPlannerGroup)
Creates a PlannerGroup with a new object
|
java.util.concurrent.CompletableFuture<PlannerGroup> |
postAsync(PlannerGroup newPlannerGroup)
Creates a PlannerGroup with a new object
|
PlannerGroup |
put(PlannerGroup newPlannerGroup)
Creates a PlannerGroup with a new object
|
java.util.concurrent.CompletableFuture<PlannerGroup> |
putAsync(PlannerGroup newPlannerGroup)
Creates a PlannerGroup with a new object
|
PlannerGroupRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic PlannerGroupRequest(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public java.util.concurrent.CompletableFuture<PlannerGroup> getAsync()
@Nullable public PlannerGroup get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<PlannerGroup> deleteAsync()
@Nullable public PlannerGroup delete() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - if there was an exception during the delete operation@Nonnull public java.util.concurrent.CompletableFuture<PlannerGroup> patchAsync(@Nonnull PlannerGroup sourcePlannerGroup)
sourcePlannerGroup - the source object with updates@Nullable public PlannerGroup patch(@Nonnull PlannerGroup sourcePlannerGroup) throws com.microsoft.graph.core.ClientException
sourcePlannerGroup - the source object with updatescom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<PlannerGroup> postAsync(@Nonnull PlannerGroup newPlannerGroup)
newPlannerGroup - the new object to create@Nullable public PlannerGroup post(@Nonnull PlannerGroup newPlannerGroup) throws com.microsoft.graph.core.ClientException
newPlannerGroup - the new object to createcom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<PlannerGroup> putAsync(@Nonnull PlannerGroup newPlannerGroup)
newPlannerGroup - the object to create/update@Nullable public PlannerGroup put(@Nonnull PlannerGroup newPlannerGroup) throws com.microsoft.graph.core.ClientException
newPlannerGroup - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public PlannerGroupRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public PlannerGroupRequest expand(@Nonnull java.lang.String value)
value - the expand clause