Package com.microsoft.graph.models
Class WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder
- Enclosing class:
WorkbookTableSortApplyParameterSet
public static final class WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder
extends Object
Fluent builder for the WorkbookTableSortApplyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookTableSortApplyParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFields(List<WorkbookSortField> val) Sets the FieldswithMatchCase(Boolean val) Sets the MatchCasewithMethod(String val) Sets the Method
-
Field Details
-
fields
The fields parameter value -
matchCase
The matchCase parameter value -
method
The method parameter value
-
-
Constructor Details
-
WorkbookTableSortApplyParameterSetBuilder
@Nullable protected WorkbookTableSortApplyParameterSetBuilder()Instanciates a new WorkbookTableSortApplyParameterSetBuilder
-
-
Method Details
-
withFields
@Nonnull public WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder withFields(@Nullable List<WorkbookSortField> val) Sets the Fields- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMatchCase
@Nonnull public WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder withMatchCase(@Nullable Boolean val) Sets the MatchCase- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMethod
@Nonnull public WorkbookTableSortApplyParameterSet.WorkbookTableSortApplyParameterSetBuilder withMethod(@Nullable String val) Sets the Method- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-