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