Package com.microsoft.graph.models
Class WorkbookFunctionsSubstituteParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSubstituteParameterSet
The class for the Workbook Functions Substitute Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsSubstituteParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The instance Num.com.google.gson.JsonElement
The new Text.com.google.gson.JsonElement
The old Text.com.google.gson.JsonElement
The text. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsSubstituteParameterSetprotected
WorkbookFunctionsSubstituteParameterSet
(WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSubstituteParameterSet -
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. -
oldText
@SerializedName(value="oldText", alternate="OldText") @Expose @Nullable public com.google.gson.JsonElement oldTextThe old Text. -
newText
@SerializedName(value="newText", alternate="NewText") @Expose @Nullable public com.google.gson.JsonElement newTextThe new Text. -
instanceNum
@SerializedName(value="instanceNum", alternate="InstanceNum") @Expose @Nullable public com.google.gson.JsonElement instanceNumThe instance Num.
-
-
Constructor Details
-
WorkbookFunctionsSubstituteParameterSet
public WorkbookFunctionsSubstituteParameterSet()Instiaciates a new WorkbookFunctionsSubstituteParameterSet -
WorkbookFunctionsSubstituteParameterSet
protected WorkbookFunctionsSubstituteParameterSet(@Nonnull WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSubstituteParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder 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
-