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