public class EventDeltaParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventDeltaParameterSet.EventDeltaParameterSetBuilder
Fluent builder for the EventDeltaParameterSet
|
| Modifier | Constructor and Description |
|---|---|
|
EventDeltaParameterSet()
Instiaciates a new EventDeltaParameterSet
|
protected |
EventDeltaParameterSet(EventDeltaParameterSet.EventDeltaParameterSetBuilder builder)
Instiaciates a new EventDeltaParameterSet
|
| 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 EventDeltaParameterSet.EventDeltaParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
public EventDeltaParameterSet()
protected EventDeltaParameterSet(@Nonnull
EventDeltaParameterSet.EventDeltaParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static EventDeltaParameterSet.EventDeltaParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()