Package com.microsoft.graph.models
Class WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder
- Enclosing class:
WorkbookWorksheetProtectionProtectParameterSet
public static final class WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder
extends Object
Fluent builder for the WorkbookWorksheetProtectionProtectParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WorkbookWorksheetProtectionOptionsThe options parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookWorksheetProtectionProtectParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestWorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilderSets the Options
-
Field Details
-
options
The options parameter value
-
-
Constructor Details
-
WorkbookWorksheetProtectionProtectParameterSetBuilder
@Nullable protected WorkbookWorksheetProtectionProtectParameterSetBuilder()Instanciates a new WorkbookWorksheetProtectionProtectParameterSetBuilder
-
-
Method Details
-
withOptions
@Nonnull public WorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder withOptions(@Nullable WorkbookWorksheetProtectionOptions val) Sets the Options- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-