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