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