Package com.microsoft.graph.models
Class WorkbookRangeIntersectionParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookRangeIntersectionParameterSet
The class for the Workbook Range Intersection Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookRangeIntersectionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookRangeIntersectionParameterSetprotected
WorkbookRangeIntersectionParameterSet
(WorkbookRangeIntersectionParameterSet.WorkbookRangeIntersectionParameterSetBuilder builder) Instiaciates a new WorkbookRangeIntersectionParameterSet -
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
-
anotherRange
@SerializedName(value="anotherRange", alternate="AnotherRange") @Expose @Nullable public String anotherRangeThe another Range.
-
-
Constructor Details
-
WorkbookRangeIntersectionParameterSet
public WorkbookRangeIntersectionParameterSet()Instiaciates a new WorkbookRangeIntersectionParameterSet -
WorkbookRangeIntersectionParameterSet
protected WorkbookRangeIntersectionParameterSet(@Nonnull WorkbookRangeIntersectionParameterSet.WorkbookRangeIntersectionParameterSetBuilder builder) Instiaciates a new WorkbookRangeIntersectionParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookRangeIntersectionParameterSet.WorkbookRangeIntersectionParameterSetBuilder 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
-