public class PlannerUserRequest extends com.microsoft.graph.http.BaseRequest<PlannerUser>
| Constructor and Description |
|---|
PlannerUserRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the PlannerUser
|
| Modifier and Type | Method and Description |
|---|---|
PlannerUser |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<PlannerUser> |
deleteAsync()
Delete this item from the service
|
PlannerUserRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PlannerUser |
get()
Gets the PlannerUser from the service
|
java.util.concurrent.CompletableFuture<PlannerUser> |
getAsync()
Gets the PlannerUser from the service
|
PlannerUser |
patch(PlannerUser sourcePlannerUser)
Patches this PlannerUser with a source
|
java.util.concurrent.CompletableFuture<PlannerUser> |
patchAsync(PlannerUser sourcePlannerUser)
Patches this PlannerUser with a source
|
PlannerUser |
post(PlannerUser newPlannerUser)
Creates a PlannerUser with a new object
|
java.util.concurrent.CompletableFuture<PlannerUser> |
postAsync(PlannerUser newPlannerUser)
Creates a PlannerUser with a new object
|
PlannerUser |
put(PlannerUser newPlannerUser)
Creates a PlannerUser with a new object
|
java.util.concurrent.CompletableFuture<PlannerUser> |
putAsync(PlannerUser newPlannerUser)
Creates a PlannerUser with a new object
|
PlannerUserRequest |
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 PlannerUserRequest(@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<PlannerUser> getAsync()
@Nullable public PlannerUser 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<PlannerUser> deleteAsync()
@Nullable public PlannerUser 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<PlannerUser> patchAsync(@Nonnull PlannerUser sourcePlannerUser)
sourcePlannerUser - the source object with updates@Nullable public PlannerUser patch(@Nonnull PlannerUser sourcePlannerUser) throws com.microsoft.graph.core.ClientException
sourcePlannerUser - 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<PlannerUser> postAsync(@Nonnull PlannerUser newPlannerUser)
newPlannerUser - the new object to create@Nullable public PlannerUser post(@Nonnull PlannerUser newPlannerUser) throws com.microsoft.graph.core.ClientException
newPlannerUser - 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<PlannerUser> putAsync(@Nonnull PlannerUser newPlannerUser)
newPlannerUser - the object to create/update@Nullable public PlannerUser put(@Nonnull PlannerUser newPlannerUser) throws com.microsoft.graph.core.ClientException
newPlannerUser - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public PlannerUserRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public PlannerUserRequest expand(@Nonnull java.lang.String value)
value - the expand clause