Package com.microsoft.graph.models
Class WorkbookFunctionsReplaceParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsReplaceParameterSet
The class for the Workbook Functions Replace Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsReplaceParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsReplaceParameterSetprotectedWorkbookFunctionsReplaceParameterSet(WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsReplaceParameterSet -
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
-
oldText
@SerializedName(value="oldText", alternate="OldText") @Expose @Nullable public com.google.gson.JsonElement oldTextThe old 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. -
newText
@SerializedName(value="newText", alternate="NewText") @Expose @Nullable public com.google.gson.JsonElement newTextThe new Text.
-
-
Constructor Details
-
WorkbookFunctionsReplaceParameterSet
public WorkbookFunctionsReplaceParameterSet()Instiaciates a new WorkbookFunctionsReplaceParameterSet -
WorkbookFunctionsReplaceParameterSet
protected WorkbookFunctionsReplaceParameterSet(@Nonnull WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsReplaceParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder 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
-