Package com.microsoft.graph.models
Class WorkbookFunctionsMidParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsMidParameterSet
The class for the Workbook Functions Mid Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsMidParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsMidParameterSetprotectedWorkbookFunctionsMidParameterSet(WorkbookFunctionsMidParameterSet.WorkbookFunctionsMidParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsMidParameterSet -
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. -
startNum
@SerializedName(value="startNum", alternate="StartNum") @Expose @Nullable public com.google.gson.JsonElement startNumThe start Num. -
numChars
@SerializedName(value="numChars", alternate="NumChars") @Expose @Nullable public com.google.gson.JsonElement numCharsThe num Chars.
-
-
Constructor Details
-
WorkbookFunctionsMidParameterSet
public WorkbookFunctionsMidParameterSet()Instiaciates a new WorkbookFunctionsMidParameterSet -
WorkbookFunctionsMidParameterSet
protected WorkbookFunctionsMidParameterSet(@Nonnull WorkbookFunctionsMidParameterSet.WorkbookFunctionsMidParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsMidParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsMidParameterSet.WorkbookFunctionsMidParameterSetBuilder 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
-