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