Package com.microsoft.graph.models
Class WorkbookFunctionsWeekdayParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWeekdayParameterSet
The class for the Workbook Functions Weekday Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsWeekdayParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The return Type.com.google.gson.JsonElement
The serial Number. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsWeekdayParameterSetprotected
WorkbookFunctionsWeekdayParameterSet
(WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWeekdayParameterSet -
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
-
serialNumber
@SerializedName(value="serialNumber", alternate="SerialNumber") @Expose @Nullable public com.google.gson.JsonElement serialNumberThe serial Number. -
returnType
@SerializedName(value="returnType", alternate="ReturnType") @Expose @Nullable public com.google.gson.JsonElement returnTypeThe return Type.
-
-
Constructor Details
-
WorkbookFunctionsWeekdayParameterSet
public WorkbookFunctionsWeekdayParameterSet()Instiaciates a new WorkbookFunctionsWeekdayParameterSet -
WorkbookFunctionsWeekdayParameterSet
protected WorkbookFunctionsWeekdayParameterSet(@Nonnull WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWeekdayParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsWeekdayParameterSet.WorkbookFunctionsWeekdayParameterSetBuilder 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
-