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