Package com.microsoft.graph.models
Class WorkbookWorksheetUsedRangeParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookWorksheetUsedRangeParameterSet
The class for the Workbook Worksheet Used Range Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookWorksheetUsedRangeParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookWorksheetUsedRangeParameterSetprotected
WorkbookWorksheetUsedRangeParameterSet
(WorkbookWorksheetUsedRangeParameterSet.WorkbookWorksheetUsedRangeParameterSetBuilder builder) Instiaciates a new WorkbookWorksheetUsedRangeParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
valuesOnly
@SerializedName(value="valuesOnly", alternate="ValuesOnly") @Expose @Nullable public Boolean valuesOnlyThe values Only.
-
-
Constructor Details
-
WorkbookWorksheetUsedRangeParameterSet
public WorkbookWorksheetUsedRangeParameterSet()Instiaciates a new WorkbookWorksheetUsedRangeParameterSet -
WorkbookWorksheetUsedRangeParameterSet
protected WorkbookWorksheetUsedRangeParameterSet(@Nonnull WorkbookWorksheetUsedRangeParameterSet.WorkbookWorksheetUsedRangeParameterSetBuilder builder) Instiaciates a new WorkbookWorksheetUsedRangeParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookWorksheetUsedRangeParameterSet.WorkbookWorksheetUsedRangeParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-