Package com.microsoft.graph.models
Class WorkbookFunctionsRightbParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRightbParameterSet
The class for the Workbook Functions Rightb Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsRightbParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsRightbParameterSetprotected
WorkbookFunctionsRightbParameterSet
(WorkbookFunctionsRightbParameterSet.WorkbookFunctionsRightbParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsRightbParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
text
@SerializedName(value="text", alternate="Text") @Expose @Nullable public com.google.gson.JsonElement textThe text. -
numBytes
@SerializedName(value="numBytes", alternate="NumBytes") @Expose @Nullable public com.google.gson.JsonElement numBytesThe num Bytes.
-
-
Constructor Details
-
WorkbookFunctionsRightbParameterSet
public WorkbookFunctionsRightbParameterSet()Instiaciates a new WorkbookFunctionsRightbParameterSet -
WorkbookFunctionsRightbParameterSet
protected WorkbookFunctionsRightbParameterSet(@Nonnull WorkbookFunctionsRightbParameterSet.WorkbookFunctionsRightbParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsRightbParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsRightbParameterSet.WorkbookFunctionsRightbParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-