Package com.microsoft.graph.models
Class MessageMoveParameterSet.MessageMoveParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.MessageMoveParameterSet.MessageMoveParameterSetBuilder
- Enclosing class:
MessageMoveParameterSet
Fluent builder for the MessageMoveParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new MessageMoveParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDestinationId(String val) Sets the DestinationId
-
Field Details
-
destinationId
The destinationId parameter value
-
-
Constructor Details
-
MessageMoveParameterSetBuilder
@Nullable protected MessageMoveParameterSetBuilder()Instanciates a new MessageMoveParameterSetBuilder
-
-
Method Details
-
withDestinationId
@Nonnull public MessageMoveParameterSet.MessageMoveParameterSetBuilder withDestinationId(@Nullable String val) Sets the DestinationId- 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
-