Package com.microsoft.graph.models
Class WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder
- Enclosing class:
WorkbookFunctionsTimeParameterSet
public static final class WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTimeParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsTimeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithHour(com.google.gson.JsonElement val) Sets the HourwithMinute(com.google.gson.JsonElement val) Sets the MinutewithSecond(com.google.gson.JsonElement val) Sets the Second
-
Field Details
-
hour
@Nullable protected com.google.gson.JsonElement hourThe hour parameter value -
minute
@Nullable protected com.google.gson.JsonElement minuteThe minute parameter value -
second
@Nullable protected com.google.gson.JsonElement secondThe second parameter value
-
-
Constructor Details
-
WorkbookFunctionsTimeParameterSetBuilder
@Nullable protected WorkbookFunctionsTimeParameterSetBuilder()Instanciates a new WorkbookFunctionsTimeParameterSetBuilder
-
-
Method Details
-
withHour
@Nonnull public WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder withHour(@Nullable com.google.gson.JsonElement val) Sets the Hour- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMinute
@Nonnull public WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder withMinute(@Nullable com.google.gson.JsonElement val) Sets the Minute- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSecond
@Nonnull public WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder withSecond(@Nullable com.google.gson.JsonElement val) Sets the Second- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-