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