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