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