Class CustomUpdateTimeWindow.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.CustomUpdateTimeWindow.Builder
-
- Enclosing class:
- CustomUpdateTimeWindow
public static final class CustomUpdateTimeWindow.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomUpdateTimeWindowbuild()CustomUpdateTimeWindow.BuilderendDay(DayOfWeek endDay)“End day of the time window”CustomUpdateTimeWindow.BuilderendTime(LocalTime endTime)“End time of the time window”CustomUpdateTimeWindow.BuilderstartDay(DayOfWeek startDay)“Start day of the time window”CustomUpdateTimeWindow.BuilderstartTime(LocalTime startTime)“Start time of the time window”
-
-
-
Method Detail
-
endDay
public CustomUpdateTimeWindow.Builder endDay(DayOfWeek endDay)
“End day of the time window”- Parameters:
endDay- value ofendDayproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
endTime
public CustomUpdateTimeWindow.Builder endTime(LocalTime endTime)
“End time of the time window”- Parameters:
endTime- value ofendTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startDay
public CustomUpdateTimeWindow.Builder startDay(DayOfWeek startDay)
“Start day of the time window”- Parameters:
startDay- value ofstartDayproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startTime
public CustomUpdateTimeWindow.Builder startTime(LocalTime startTime)
“Start time of the time window”- Parameters:
startTime- value ofstartTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public CustomUpdateTimeWindow build()
-
-