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