Package com.microsoft.graph.models
Class ChatHideForUserParameterSet.ChatHideForUserParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ChatHideForUserParameterSet.ChatHideForUserParameterSetBuilder
- Enclosing class:
ChatHideForUserParameterSet
public static final class ChatHideForUserParameterSet.ChatHideForUserParameterSetBuilder
extends Object
Fluent builder for the ChatHideForUserParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ChatHideForUserParameterSetBuilder -
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
-
ChatHideForUserParameterSetBuilder
@Nullable protected ChatHideForUserParameterSetBuilder()Instanciates a new ChatHideForUserParameterSetBuilder
-
-
Method Details
-
withUser
@Nonnull public ChatHideForUserParameterSet.ChatHideForUserParameterSetBuilder 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
-