Package com.microsoft.graph.models
Class WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder
- Enclosing class:
WorkbookTableRowOperationResultParameterSet
public static final class WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder
extends Object
Fluent builder for the WorkbookTableRowOperationResultParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookTableRowOperationResultParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the Key
-
Field Details
-
key
The key parameter value
-
-
Constructor Details
-
WorkbookTableRowOperationResultParameterSetBuilder
@Nullable protected WorkbookTableRowOperationResultParameterSetBuilder()Instanciates a new WorkbookTableRowOperationResultParameterSetBuilder
-
-
Method Details
-
withKey
@Nonnull public WorkbookTableRowOperationResultParameterSet.WorkbookTableRowOperationResultParameterSetBuilder withKey(@Nullable String val) Sets the Key- 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
-