Package com.microsoft.graph.models
Class MessageReplyParameterSet.MessageReplyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.MessageReplyParameterSet.MessageReplyParameterSetBuilder
- Enclosing class:
- MessageReplyParameterSet
Fluent builder for the MessageReplyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new MessageReplyParameterSetBuilder -
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
-
MessageReplyParameterSetBuilder
@Nullable protected MessageReplyParameterSetBuilder()Instanciates a new MessageReplyParameterSetBuilder
-
-
Method Details
-
withMessage
@Nonnull public MessageReplyParameterSet.MessageReplyParameterSetBuilder withMessage(@Nullable Message val) Sets the Message- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withComment
@Nonnull public MessageReplyParameterSet.MessageReplyParameterSetBuilder 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
-