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