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