Package com.microsoft.graph.models
Class WorkbookTableRowOperationResultParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookTableRowOperationResultParameterSet
The class for the Workbook Table Row Operation Result Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookTableRowOperationResultParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookTableRowOperationResultParameterSetprotected
WorkbookTableRowOperationResultParameterSet
(WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder builder) Instiaciates a new WorkbookTableRowOperationResultParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
key
The key.
-
-
Constructor Details
-
WorkbookTableRowOperationResultParameterSet
public WorkbookTableRowOperationResultParameterSet()Instiaciates a new WorkbookTableRowOperationResultParameterSet -
WorkbookTableRowOperationResultParameterSet
protected WorkbookTableRowOperationResultParameterSet(@Nonnull WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder builder) Instiaciates a new WorkbookTableRowOperationResultParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder 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
-