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