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