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