Package com.microsoft.graph.models
Class WorkbookWorksheetProtectionProtectParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookWorksheetProtectionProtectParameterSet
The class for the Workbook Worksheet Protection Protect Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder
Fluent builder for the WorkbookWorksheetProtectionProtectParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookWorksheetProtectionProtectParameterSetprotected
WorkbookWorksheetProtectionProtectParameterSet
(WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder builder) Instiaciates a new WorkbookWorksheetProtectionProtectParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
options
@SerializedName(value="options", alternate="Options") @Expose @Nullable public WorkbookWorksheetProtectionOptions optionsThe options.
-
-
Constructor Details
-
WorkbookWorksheetProtectionProtectParameterSet
public WorkbookWorksheetProtectionProtectParameterSet()Instiaciates a new WorkbookWorksheetProtectionProtectParameterSet -
WorkbookWorksheetProtectionProtectParameterSet
protected WorkbookWorksheetProtectionProtectParameterSet(@Nonnull WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder builder) Instiaciates a new WorkbookWorksheetProtectionProtectParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder 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
-