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