Package com.microsoft.graph.models
Class WorkbookFunctionsRadiansParameterSet.WorkbookFunctionsRadiansParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRadiansParameterSet.WorkbookFunctionsRadiansParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRadiansParameterSet
public static final class WorkbookFunctionsRadiansParameterSet.WorkbookFunctionsRadiansParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRadiansParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe angle parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsRadiansParameterSetBuilder -
Method Summary
-
Field Details
-
angle
@Nullable protected com.google.gson.JsonElement angleThe angle parameter value
-
-
Constructor Details
-
WorkbookFunctionsRadiansParameterSetBuilder
@Nullable protected WorkbookFunctionsRadiansParameterSetBuilder()Instanciates a new WorkbookFunctionsRadiansParameterSetBuilder
-
-
Method Details
-
withAngle
@Nonnull public WorkbookFunctionsRadiansParameterSet.WorkbookFunctionsRadiansParameterSetBuilder withAngle(@Nullable com.google.gson.JsonElement val) Sets the Angle- 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
-