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 WorkbookWorksheetProtectionOptions
The options parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookWorksheetProtectionProtectParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestWorkbookWorksheetProtectionProtectParameterSet.WorkbookWorksheetProtectionProtectParameterSetBuilder
Sets 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
-