public class MessageCreateReplyAllParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder
Fluent builder for the MessageCreateReplyAllParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
comment
The comment.
|
Message |
message
The message.
|
| Modifier | Constructor and Description |
|---|---|
|
MessageCreateReplyAllParameterSet()
Instiaciates a new MessageCreateReplyAllParameterSet
|
protected |
MessageCreateReplyAllParameterSet(MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder builder)
Instiaciates a new MessageCreateReplyAllParameterSet
|
| 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 MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder |
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 MessageCreateReplyAllParameterSet()
protected MessageCreateReplyAllParameterSet(@Nonnull
MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()