Package com.microsoft.graph.models
Class ChatMarkChatUnreadForUserParameterSet.ChatMarkChatUnreadForUserParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ChatMarkChatUnreadForUserParameterSet.ChatMarkChatUnreadForUserParameterSetBuilder
- Enclosing class:
ChatMarkChatUnreadForUserParameterSet
public static final class ChatMarkChatUnreadForUserParameterSet.ChatMarkChatUnreadForUserParameterSetBuilder
extends Object
Fluent builder for the ChatMarkChatUnreadForUserParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTimeThe lastMessageReadDateTime parameter valueprotected TeamworkUserIdentityThe user parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ChatMarkChatUnreadForUserParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the LastMessageReadDateTimeSets the User
-
Field Details
-
user
The user parameter value -
lastMessageReadDateTime
The lastMessageReadDateTime parameter value
-
-
Constructor Details
-
ChatMarkChatUnreadForUserParameterSetBuilder
@Nullable protected ChatMarkChatUnreadForUserParameterSetBuilder()Instanciates a new ChatMarkChatUnreadForUserParameterSetBuilder
-
-
Method Details
-
withUser
@Nonnull public ChatMarkChatUnreadForUserParameterSet.ChatMarkChatUnreadForUserParameterSetBuilder withUser(@Nullable TeamworkUserIdentity val) Sets the User- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withLastMessageReadDateTime
@Nonnull public ChatMarkChatUnreadForUserParameterSet.ChatMarkChatUnreadForUserParameterSetBuilder withLastMessageReadDateTime(@Nullable OffsetDateTime val) Sets the LastMessageReadDateTime- 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
-