Package com.microsoft.graph.models
Class WorkbookFunctionsReplaceBParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsReplaceBParameterSet
The class for the Workbook Functions Replace BParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsReplaceBParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsReplaceBParameterSetprotected
WorkbookFunctionsReplaceBParameterSet
(WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsReplaceBParameterSet -
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. -
numBytes
@SerializedName(value="numBytes", alternate="NumBytes") @Expose @Nullable public com.google.gson.JsonElement numBytesThe num Bytes. -
newText
@SerializedName(value="newText", alternate="NewText") @Expose @Nullable public com.google.gson.JsonElement newTextThe new Text.
-
-
Constructor Details
-
WorkbookFunctionsReplaceBParameterSet
public WorkbookFunctionsReplaceBParameterSet()Instiaciates a new WorkbookFunctionsReplaceBParameterSet -
WorkbookFunctionsReplaceBParameterSet
protected WorkbookFunctionsReplaceBParameterSet(@Nonnull WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsReplaceBParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder 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
-