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