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