public class WorkbookTableSortApplyParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder
Fluent builder for the WorkbookTableSortApplyParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.util.List<WorkbookSortField> |
fields
The fields.
|
java.lang.Boolean |
matchCase
The match Case.
|
java.lang.String |
method
The method.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookTableSortApplyParameterSet()
Instiaciates a new WorkbookTableSortApplyParameterSet
|
protected |
WorkbookTableSortApplyParameterSet(WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder builder)
Instiaciates a new WorkbookTableSortApplyParameterSet
|
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 WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="fields", alternate="Fields") @Expose @Nullable public java.util.List<WorkbookSortField> fields
@SerializedName(value="matchCase", alternate="MatchCase") @Expose @Nullable public java.lang.Boolean matchCase
@SerializedName(value="method", alternate="Method") @Expose @Nullable public java.lang.String method
public WorkbookTableSortApplyParameterSet()
protected WorkbookTableSortApplyParameterSet(@Nonnull WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()