Package com.chrt.api.types
Class TiveDevice1.Builder
- java.lang.Object
-
- com.chrt.api.types.TiveDevice1.Builder
-
- All Implemented Interfaces:
TiveDevice1._FinalStage,TiveDevice1.ChrtCreatedAtTimestampStage,TiveDevice1.ChrtUpdatedAtTimestampStage,TiveDevice1.IdStage,TiveDevice1.OrgIdStage,TiveDevice1.SchemaVersionStage,TiveDevice1.TiveAccountIdStage,TiveDevice1.TiveAccountNameStage,TiveDevice1.TiveDeviceIdStage,TiveDevice1.TiveDeviceNameStage
- Enclosing class:
- TiveDevice1
public static final class TiveDevice1.Builder extends java.lang.Object implements TiveDevice1.SchemaVersionStage, TiveDevice1.IdStage, TiveDevice1.OrgIdStage, TiveDevice1.TiveAccountIdStage, TiveDevice1.TiveAccountNameStage, TiveDevice1.TiveDeviceIdStage, TiveDevice1.TiveDeviceNameStage, TiveDevice1.ChrtCreatedAtTimestampStage, TiveDevice1.ChrtUpdatedAtTimestampStage, TiveDevice1._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
from
public TiveDevice1.Builder from(TiveDevice1 other)
- Specified by:
fromin interfaceTiveDevice1.SchemaVersionStage
-
schemaVersion
public TiveDevice1.IdStage schemaVersion(int schemaVersion)
- Specified by:
schemaVersionin interfaceTiveDevice1.SchemaVersionStage
-
id
public TiveDevice1.OrgIdStage id(@NotNull java.lang.String id)
- Specified by:
idin interfaceTiveDevice1.IdStage
-
orgId
public TiveDevice1.TiveAccountIdStage orgId(@NotNull java.lang.String orgId)
Must be a string starting with
org_Must be a string starting with
org_- Specified by:
orgIdin interfaceTiveDevice1.OrgIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
tiveAccountId
public TiveDevice1.TiveAccountNameStage tiveAccountId(int tiveAccountId)
- Specified by:
tiveAccountIdin interfaceTiveDevice1.TiveAccountIdStage
-
tiveAccountName
public TiveDevice1.TiveDeviceIdStage tiveAccountName(@NotNull java.lang.String tiveAccountName)
- Specified by:
tiveAccountNamein interfaceTiveDevice1.TiveAccountNameStage
-
tiveDeviceId
public TiveDevice1.TiveDeviceNameStage tiveDeviceId(@NotNull java.lang.String tiveDeviceId)
- Specified by:
tiveDeviceIdin interfaceTiveDevice1.TiveDeviceIdStage
-
tiveDeviceName
public TiveDevice1.ChrtCreatedAtTimestampStage tiveDeviceName(@NotNull java.lang.String tiveDeviceName)
- Specified by:
tiveDeviceNamein interfaceTiveDevice1.TiveDeviceNameStage
-
chrtCreatedAtTimestamp
public TiveDevice1.ChrtUpdatedAtTimestampStage chrtCreatedAtTimestamp(@NotNull java.time.OffsetDateTime chrtCreatedAtTimestamp)
- Specified by:
chrtCreatedAtTimestampin interfaceTiveDevice1.ChrtCreatedAtTimestampStage
-
chrtUpdatedAtTimestamp
public TiveDevice1._FinalStage chrtUpdatedAtTimestamp(@NotNull java.time.OffsetDateTime chrtUpdatedAtTimestamp)
- Specified by:
chrtUpdatedAtTimestampin interfaceTiveDevice1.ChrtUpdatedAtTimestampStage
-
tiveCurrentPublicShipmentId
public TiveDevice1._FinalStage tiveCurrentPublicShipmentId(Nullable<java.lang.String> tiveCurrentPublicShipmentId)
- Specified by:
tiveCurrentPublicShipmentIdin interfaceTiveDevice1._FinalStage
-
tiveCurrentPublicShipmentId
public TiveDevice1._FinalStage tiveCurrentPublicShipmentId(java.lang.String tiveCurrentPublicShipmentId)
- Specified by:
tiveCurrentPublicShipmentIdin interfaceTiveDevice1._FinalStage
-
tiveCurrentPublicShipmentId
public TiveDevice1._FinalStage tiveCurrentPublicShipmentId(java.util.Optional<java.lang.String> tiveCurrentPublicShipmentId)
- Specified by:
tiveCurrentPublicShipmentIdin interfaceTiveDevice1._FinalStage
-
tiveCurrentShipmentId
public TiveDevice1._FinalStage tiveCurrentShipmentId(Nullable<java.lang.String> tiveCurrentShipmentId)
- Specified by:
tiveCurrentShipmentIdin interfaceTiveDevice1._FinalStage
-
tiveCurrentShipmentId
public TiveDevice1._FinalStage tiveCurrentShipmentId(java.lang.String tiveCurrentShipmentId)
- Specified by:
tiveCurrentShipmentIdin interfaceTiveDevice1._FinalStage
-
tiveCurrentShipmentId
public TiveDevice1._FinalStage tiveCurrentShipmentId(java.util.Optional<java.lang.String> tiveCurrentShipmentId)
- Specified by:
tiveCurrentShipmentIdin interfaceTiveDevice1._FinalStage
-
build
public TiveDevice1 build()
- Specified by:
buildin interfaceTiveDevice1._FinalStage
-
-