Package com.microsoft.graph.models
Class WorkbookFunctionsReptParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsReptParameterSet
The class for the Workbook Functions Rept Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsReptParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe number Times.com.google.gson.JsonElementThe text. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsReptParameterSetprotectedWorkbookFunctionsReptParameterSet(WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsReptParameterSet -
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. -
numberTimes
@SerializedName(value="numberTimes", alternate="NumberTimes") @Expose @Nullable public com.google.gson.JsonElement numberTimesThe number Times.
-
-
Constructor Details
-
WorkbookFunctionsReptParameterSet
public WorkbookFunctionsReptParameterSet()Instiaciates a new WorkbookFunctionsReptParameterSet -
WorkbookFunctionsReptParameterSet
protected WorkbookFunctionsReptParameterSet(@Nonnull WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsReptParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder 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
-