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