Package com.microsoft.graph.models
Class WorkbookRangeUsedRangeParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookRangeUsedRangeParameterSet
The class for the Workbook Range Used Range Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookRangeUsedRangeParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookRangeUsedRangeParameterSetprotected
WorkbookRangeUsedRangeParameterSet
(WorkbookRangeUsedRangeParameterSet.WorkbookRangeUsedRangeParameterSetBuilder builder) Instiaciates a new WorkbookRangeUsedRangeParameterSet -
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
-
WorkbookRangeUsedRangeParameterSet
public WorkbookRangeUsedRangeParameterSet()Instiaciates a new WorkbookRangeUsedRangeParameterSet -
WorkbookRangeUsedRangeParameterSet
protected WorkbookRangeUsedRangeParameterSet(@Nonnull WorkbookRangeUsedRangeParameterSet.WorkbookRangeUsedRangeParameterSetBuilder builder) Instiaciates a new WorkbookRangeUsedRangeParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookRangeUsedRangeParameterSet.WorkbookRangeUsedRangeParameterSetBuilder 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
-