Class TimeseriesLastSeenV1Request.Builder
- java.lang.Object
-
- com.chrt.api.resources.trackingintegrations.tive.timeseries.requests.TimeseriesLastSeenV1Request.Builder
-
- All Implemented Interfaces:
TimeseriesLastSeenV1Request._FinalStage,TimeseriesLastSeenV1Request.TiveShipmentIdStage
- Enclosing class:
- TimeseriesLastSeenV1Request
public static final class TimeseriesLastSeenV1Request.Builder extends java.lang.Object implements TimeseriesLastSeenV1Request.TiveShipmentIdStage, TimeseriesLastSeenV1Request._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeseriesLastSeenV1Requestbuild()TimeseriesLastSeenV1Request.Builderfrom(TimeseriesLastSeenV1Request other)TimeseriesLastSeenV1Request._FinalStagetiveShipmentId(java.lang.String tiveShipmentId)
-
-
-
Method Detail
-
from
public TimeseriesLastSeenV1Request.Builder from(TimeseriesLastSeenV1Request other)
- Specified by:
fromin interfaceTimeseriesLastSeenV1Request.TiveShipmentIdStage
-
tiveShipmentId
public TimeseriesLastSeenV1Request._FinalStage tiveShipmentId(@NotNull java.lang.String tiveShipmentId)
- Specified by:
tiveShipmentIdin interfaceTimeseriesLastSeenV1Request.TiveShipmentIdStage
-
build
public TimeseriesLastSeenV1Request build()
- Specified by:
buildin interfaceTimeseriesLastSeenV1Request._FinalStage
-
-