Package com.microsoft.graph.models
Class ChatMarkChatReadForUserParameterSet.ChatMarkChatReadForUserParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ChatMarkChatReadForUserParameterSet.ChatMarkChatReadForUserParameterSetBuilder
- Enclosing class:
ChatMarkChatReadForUserParameterSet
public static final class ChatMarkChatReadForUserParameterSet.ChatMarkChatReadForUserParameterSetBuilder
extends Object
Fluent builder for the ChatMarkChatReadForUserParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ChatMarkChatReadForUserParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the User
-
Field Details
-
user
The user parameter value
-
-
Constructor Details
-
ChatMarkChatReadForUserParameterSetBuilder
@Nullable protected ChatMarkChatReadForUserParameterSetBuilder()Instanciates a new ChatMarkChatReadForUserParameterSetBuilder
-
-
Method Details
-
withUser
@Nonnull public ChatMarkChatReadForUserParameterSet.ChatMarkChatReadForUserParameterSetBuilder withUser(@Nullable TeamworkUserIdentity val) Sets the User- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-