Package com.microsoft.graph.models
Class WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder
- Enclosing class:
WorkbookRangeSortApplyParameterSet
public static final class WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder
extends Object
Fluent builder for the WorkbookRangeSortApplyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookRangeSortApplyParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFields(List<WorkbookSortField> val) Sets the FieldswithHasHeaders(Boolean val) Sets the HasHeaderswithMatchCase(Boolean val) Sets the MatchCasewithMethod(String val) Sets the MethodwithOrientation(String val) Sets the Orientation
-
Field Details
-
fields
The fields parameter value -
matchCase
The matchCase parameter value -
hasHeaders
The hasHeaders parameter value -
orientation
The orientation parameter value -
method
The method parameter value
-
-
Constructor Details
-
WorkbookRangeSortApplyParameterSetBuilder
@Nullable protected WorkbookRangeSortApplyParameterSetBuilder()Instanciates a new WorkbookRangeSortApplyParameterSetBuilder
-
-
Method Details
-
withFields
@Nonnull public WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder withFields(@Nullable List<WorkbookSortField> val) Sets the Fields- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMatchCase
@Nonnull public WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder withMatchCase(@Nullable Boolean val) Sets the MatchCase- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withHasHeaders
@Nonnull public WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder withHasHeaders(@Nullable Boolean val) Sets the HasHeaders- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withOrientation
@Nonnull public WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder withOrientation(@Nullable String val) Sets the Orientation- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMethod
@Nonnull public WorkbookRangeSortApplyParameterSet.WorkbookRangeSortApplyParameterSetBuilder 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
-