Package com.chrt.api.types
Interface CargojsonParticipantAddress._FinalStage
-
- All Known Implementing Classes:
CargojsonParticipantAddress.Builder
- Enclosing class:
- CargojsonParticipantAddress
public static interface CargojsonParticipantAddress._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CargojsonParticipantAddressbuild()CargojsonParticipantAddress._FinalStagetype(CargojsonParticipantAddressType type)CargojsonParticipantAddress._FinalStagetype(java.util.Optional<CargojsonParticipantAddressType> type)
-
-
-
Method Detail
-
build
CargojsonParticipantAddress build()
-
type
CargojsonParticipantAddress._FinalStage type(java.util.Optional<CargojsonParticipantAddressType> type)
-
type
CargojsonParticipantAddress._FinalStage type(CargojsonParticipantAddressType type)
-
-