public class MessageReplyParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageReplyParameterSet.MessageReplyParameterSetBuilder
Fluent builder for the MessageReplyParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
comment
The comment.
|
Message |
message
The message.
|
| Modifier | Constructor and Description |
|---|---|
|
MessageReplyParameterSet()
Instiaciates a new MessageReplyParameterSet
|
protected |
MessageReplyParameterSet(MessageReplyParameterSet.MessageReplyParameterSetBuilder builder)
Instiaciates a new MessageReplyParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static MessageReplyParameterSet.MessageReplyParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="message",
alternate="Message")
@Expose
@Nullable
public Message message
@SerializedName(value="comment",
alternate="Comment")
@Expose
@Nullable
public java.lang.String comment
public MessageReplyParameterSet()
protected MessageReplyParameterSet(@Nonnull
MessageReplyParameterSet.MessageReplyParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static MessageReplyParameterSet.MessageReplyParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()