Package com.microsoft.graph.models
Class MessageReplyAllParameterSet.MessageReplyAllParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.MessageReplyAllParameterSet.MessageReplyAllParameterSetBuilder
- Enclosing class:
MessageReplyAllParameterSet
public static final class MessageReplyAllParameterSet.MessageReplyAllParameterSetBuilder
extends Object
Fluent builder for the MessageReplyAllParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new MessageReplyAllParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithComment
(String val) Sets the CommentwithMessage
(Message val) Sets the Message
-
Field Details
-
message
The message parameter value -
comment
The comment parameter value
-
-
Constructor Details
-
MessageReplyAllParameterSetBuilder
@Nullable protected MessageReplyAllParameterSetBuilder()Instanciates a new MessageReplyAllParameterSetBuilder
-
-
Method Details
-
withMessage
@Nonnull public MessageReplyAllParameterSet.MessageReplyAllParameterSetBuilder withMessage(@Nullable Message val) Sets the Message- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withComment
@Nonnull public MessageReplyAllParameterSet.MessageReplyAllParameterSetBuilder withComment(@Nullable String val) Sets the Comment- 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
-