Package com.chrt.api.types
Class TimeWindow1.Builder
- java.lang.Object
-
- com.chrt.api.types.TimeWindow1.Builder
-
- Enclosing class:
- TimeWindow1
public static final class TimeWindow1.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeWindow1build()TimeWindow1.Builderfrom(TimeWindow1 other)TimeWindow1.BuilderleftBoundaryTimestamp(Nullable<java.time.OffsetDateTime> leftBoundaryTimestamp)TimeWindow1.BuilderleftBoundaryTimestamp(java.time.OffsetDateTime leftBoundaryTimestamp)TimeWindow1.BuilderleftBoundaryTimestamp(java.util.Optional<java.time.OffsetDateTime> leftBoundaryTimestamp)TimeWindow1.BuilderrightBoundaryTimestamp(Nullable<java.time.OffsetDateTime> rightBoundaryTimestamp)TimeWindow1.BuilderrightBoundaryTimestamp(java.time.OffsetDateTime rightBoundaryTimestamp)TimeWindow1.BuilderrightBoundaryTimestamp(java.util.Optional<java.time.OffsetDateTime> rightBoundaryTimestamp)
-
-
-
Method Detail
-
from
public TimeWindow1.Builder from(TimeWindow1 other)
-
leftBoundaryTimestamp
public TimeWindow1.Builder leftBoundaryTimestamp(java.util.Optional<java.time.OffsetDateTime> leftBoundaryTimestamp)
-
leftBoundaryTimestamp
public TimeWindow1.Builder leftBoundaryTimestamp(java.time.OffsetDateTime leftBoundaryTimestamp)
-
leftBoundaryTimestamp
public TimeWindow1.Builder leftBoundaryTimestamp(Nullable<java.time.OffsetDateTime> leftBoundaryTimestamp)
-
rightBoundaryTimestamp
public TimeWindow1.Builder rightBoundaryTimestamp(java.util.Optional<java.time.OffsetDateTime> rightBoundaryTimestamp)
-
rightBoundaryTimestamp
public TimeWindow1.Builder rightBoundaryTimestamp(java.time.OffsetDateTime rightBoundaryTimestamp)
-
rightBoundaryTimestamp
public TimeWindow1.Builder rightBoundaryTimestamp(Nullable<java.time.OffsetDateTime> rightBoundaryTimestamp)
-
build
public TimeWindow1 build()
-
-