Package com.chrt.api.types
Class CargojsonOtherParticipant.Builder
- java.lang.Object
-
- com.chrt.api.types.CargojsonOtherParticipant.Builder
-
- All Implemented Interfaces:
CargojsonOtherParticipant._FinalStage,CargojsonOtherParticipant.NameStage
- Enclosing class:
- CargojsonOtherParticipant
public static final class CargojsonOtherParticipant.Builder extends java.lang.Object implements CargojsonOtherParticipant.NameStage, CargojsonOtherParticipant._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
from
public CargojsonOtherParticipant.Builder from(CargojsonOtherParticipant other)
- Specified by:
fromin interfaceCargojsonOtherParticipant.NameStage
-
name
public CargojsonOtherParticipant._FinalStage name(@NotNull java.lang.String name)
- Specified by:
namein interfaceCargojsonOtherParticipant.NameStage
-
participantIdentification
public CargojsonOtherParticipant._FinalStage participantIdentification(Nullable<CargojsonParticipantIdentifier> participantIdentification)
- Specified by:
participantIdentificationin interfaceCargojsonOtherParticipant._FinalStage
-
participantIdentification
public CargojsonOtherParticipant._FinalStage participantIdentification(CargojsonParticipantIdentifier participantIdentification)
- Specified by:
participantIdentificationin interfaceCargojsonOtherParticipant._FinalStage
-
participantIdentification
public CargojsonOtherParticipant._FinalStage participantIdentification(java.util.Optional<CargojsonParticipantIdentifier> participantIdentification)
- Specified by:
participantIdentificationin interfaceCargojsonOtherParticipant._FinalStage
-
fileReference
public CargojsonOtherParticipant._FinalStage fileReference(Nullable<java.lang.String> fileReference)
- Specified by:
fileReferencein interfaceCargojsonOtherParticipant._FinalStage
-
fileReference
public CargojsonOtherParticipant._FinalStage fileReference(java.lang.String fileReference)
- Specified by:
fileReferencein interfaceCargojsonOtherParticipant._FinalStage
-
fileReference
public CargojsonOtherParticipant._FinalStage fileReference(java.util.Optional<java.lang.String> fileReference)
- Specified by:
fileReferencein interfaceCargojsonOtherParticipant._FinalStage
-
officeMessageAddress
public CargojsonOtherParticipant._FinalStage officeMessageAddress(Nullable<CargojsonOfficeMessageAddress> officeMessageAddress)
- Specified by:
officeMessageAddressin interfaceCargojsonOtherParticipant._FinalStage
-
officeMessageAddress
public CargojsonOtherParticipant._FinalStage officeMessageAddress(CargojsonOfficeMessageAddress officeMessageAddress)
- Specified by:
officeMessageAddressin interfaceCargojsonOtherParticipant._FinalStage
-
officeMessageAddress
public CargojsonOtherParticipant._FinalStage officeMessageAddress(java.util.Optional<CargojsonOfficeMessageAddress> officeMessageAddress)
- Specified by:
officeMessageAddressin interfaceCargojsonOtherParticipant._FinalStage
-
build
public CargojsonOtherParticipant build()
- Specified by:
buildin interfaceCargojsonOtherParticipant._FinalStage
-
-