public class EventAcceptParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventAcceptParameterSet.EventAcceptParameterSetBuilder
Fluent builder for the EventAcceptParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
comment
The comment.
|
java.lang.Boolean |
sendResponse
The send Response.
|
| Modifier | Constructor and Description |
|---|---|
|
EventAcceptParameterSet()
Instiaciates a new EventAcceptParameterSet
|
protected |
EventAcceptParameterSet(EventAcceptParameterSet.EventAcceptParameterSetBuilder builder)
Instiaciates a new EventAcceptParameterSet
|
| 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 EventAcceptParameterSet.EventAcceptParameterSetBuilder |
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 EventAcceptParameterSet()
protected EventAcceptParameterSet(@Nonnull
EventAcceptParameterSet.EventAcceptParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static EventAcceptParameterSet.EventAcceptParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()