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