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