Package com.microsoft.graph.models
Class WorkbookFunctionsError_TypeParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsError_TypeParameterSet
The class for the Workbook Functions Error_Type Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsError_TypeParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsError_TypeParameterSetprotectedWorkbookFunctionsError_TypeParameterSet(WorkbookFunctionsError_TypeParameterSet.WorkbookFunctionsError_TypeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsError_TypeParameterSet -
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
-
errorVal
@SerializedName(value="errorVal", alternate="ErrorVal") @Expose @Nullable public com.google.gson.JsonElement errorValThe error Val.
-
-
Constructor Details
-
WorkbookFunctionsError_TypeParameterSet
public WorkbookFunctionsError_TypeParameterSet()Instiaciates a new WorkbookFunctionsError_TypeParameterSet -
WorkbookFunctionsError_TypeParameterSet
protected WorkbookFunctionsError_TypeParameterSet(@Nonnull WorkbookFunctionsError_TypeParameterSet.WorkbookFunctionsError_TypeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsError_TypeParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsError_TypeParameterSet.WorkbookFunctionsError_TypeParameterSetBuilder 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
-