public class MessageForwardParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MessageForwardParameterSet.MessageForwardParameterSetBuilder
Fluent builder for the MessageForwardParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
comment
The comment.
|
Message |
message
The message.
|
java.util.List<Recipient> |
toRecipients
The to Recipients.
|
Modifier | Constructor and Description |
---|---|
|
MessageForwardParameterSet()
Instiaciates a new MessageForwardParameterSet
|
protected |
MessageForwardParameterSet(MessageForwardParameterSet.MessageForwardParameterSetBuilder builder)
Instiaciates a new MessageForwardParameterSet
|
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 MessageForwardParameterSet.MessageForwardParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="toRecipients", alternate="ToRecipients") @Expose @Nullable public java.util.List<Recipient> toRecipients
@SerializedName(value="message", alternate="Message") @Expose @Nullable public Message message
@SerializedName(value="comment", alternate="Comment") @Expose @Nullable public java.lang.String comment
public MessageForwardParameterSet()
protected MessageForwardParameterSet(@Nonnull MessageForwardParameterSet.MessageForwardParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static MessageForwardParameterSet.MessageForwardParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()