Package com.microsoft.graph.models
Class WorkbookFilterApplyTopPercentFilterParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyTopPercentFilterParameterSet
The class for the Workbook Filter Apply Top Percent Filter Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFilterApplyTopPercentFilterParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFilterApplyTopPercentFilterParameterSetprotectedWorkbookFilterApplyTopPercentFilterParameterSet(WorkbookFilterApplyTopPercentFilterParameterSet.WorkbookFilterApplyTopPercentFilterParameterSetBuilder builder) Instiaciates a new WorkbookFilterApplyTopPercentFilterParameterSet -
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
-
percent
The percent.
-
-
Constructor Details
-
WorkbookFilterApplyTopPercentFilterParameterSet
public WorkbookFilterApplyTopPercentFilterParameterSet()Instiaciates a new WorkbookFilterApplyTopPercentFilterParameterSet -
WorkbookFilterApplyTopPercentFilterParameterSet
protected WorkbookFilterApplyTopPercentFilterParameterSet(@Nonnull WorkbookFilterApplyTopPercentFilterParameterSet.WorkbookFilterApplyTopPercentFilterParameterSetBuilder builder) Instiaciates a new WorkbookFilterApplyTopPercentFilterParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFilterApplyTopPercentFilterParameterSet.WorkbookFilterApplyTopPercentFilterParameterSetBuilder 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
-