Package com.microsoft.graph.models
Class WorkbookFunctionsWeekNumParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWeekNumParameterSet
The class for the Workbook Functions Week Num Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsWeekNumParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe return Type.com.google.gson.JsonElementThe serial Number. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsWeekNumParameterSetprotectedWorkbookFunctionsWeekNumParameterSet(WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWeekNumParameterSet -
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
-
WorkbookFunctionsWeekNumParameterSet
public WorkbookFunctionsWeekNumParameterSet()Instiaciates a new WorkbookFunctionsWeekNumParameterSet -
WorkbookFunctionsWeekNumParameterSet
protected WorkbookFunctionsWeekNumParameterSet(@Nonnull WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWeekNumParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder 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
-