Package com.chrt.api.types
Class CargojsonParticipantIdentifier.Builder
- java.lang.Object
-
- com.chrt.api.types.CargojsonParticipantIdentifier.Builder
-
- All Implemented Interfaces:
CargojsonParticipantIdentifier._FinalStage,CargojsonParticipantIdentifier.AirportCityCodeStage,CargojsonParticipantIdentifier.CodeStage,CargojsonParticipantIdentifier.IdentifierStage
- Enclosing class:
- CargojsonParticipantIdentifier
public static final class CargojsonParticipantIdentifier.Builder extends java.lang.Object implements CargojsonParticipantIdentifier.IdentifierStage, CargojsonParticipantIdentifier.CodeStage, CargojsonParticipantIdentifier.AirportCityCodeStage, CargojsonParticipantIdentifier._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CargojsonParticipantIdentifier._FinalStageairportCityCode(java.lang.String airportCityCode)CargojsonParticipantIdentifierbuild()CargojsonParticipantIdentifier.AirportCityCodeStagecode(java.lang.String code)CargojsonParticipantIdentifier.Builderfrom(CargojsonParticipantIdentifier other)CargojsonParticipantIdentifier.CodeStageidentifier(CargojsonParticipantType identifier)
-
-
-
Method Detail
-
from
public CargojsonParticipantIdentifier.Builder from(CargojsonParticipantIdentifier other)
- Specified by:
fromin interfaceCargojsonParticipantIdentifier.IdentifierStage
-
identifier
public CargojsonParticipantIdentifier.CodeStage identifier(@NotNull CargojsonParticipantType identifier)
- Specified by:
identifierin interfaceCargojsonParticipantIdentifier.IdentifierStage
-
code
public CargojsonParticipantIdentifier.AirportCityCodeStage code(@NotNull java.lang.String code)
- Specified by:
codein interfaceCargojsonParticipantIdentifier.CodeStage
-
airportCityCode
public CargojsonParticipantIdentifier._FinalStage airportCityCode(@NotNull java.lang.String airportCityCode)
- Specified by:
airportCityCodein interfaceCargojsonParticipantIdentifier.AirportCityCodeStage
-
build
public CargojsonParticipantIdentifier build()
- Specified by:
buildin interfaceCargojsonParticipantIdentifier._FinalStage
-
-