Package com.chrt.api.types
Interface ShipperOrgInfoForConnections1._FinalStage
-
- All Known Implementing Classes:
ShipperOrgInfoForConnections1.Builder
- Enclosing class:
- ShipperOrgInfoForConnections1
public static interface ShipperOrgInfoForConnections1._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
ShipperOrgInfoForConnections1 build()
-
industry
ShipperOrgInfoForConnections1._FinalStage industry(java.util.Optional<java.lang.String> industry)
-
industry
ShipperOrgInfoForConnections1._FinalStage industry(java.lang.String industry)
-
industry
ShipperOrgInfoForConnections1._FinalStage industry(Nullable<java.lang.String> industry)
-
streetAddress
ShipperOrgInfoForConnections1._FinalStage streetAddress(java.util.Optional<LocationFeature> streetAddress)
-
streetAddress
ShipperOrgInfoForConnections1._FinalStage streetAddress(LocationFeature streetAddress)
-
streetAddress
ShipperOrgInfoForConnections1._FinalStage streetAddress(Nullable<LocationFeature> streetAddress)
-
contactFirstName
ShipperOrgInfoForConnections1._FinalStage contactFirstName(java.util.Optional<java.lang.String> contactFirstName)
-
contactFirstName
ShipperOrgInfoForConnections1._FinalStage contactFirstName(java.lang.String contactFirstName)
-
contactFirstName
ShipperOrgInfoForConnections1._FinalStage contactFirstName(Nullable<java.lang.String> contactFirstName)
-
contactLastName
ShipperOrgInfoForConnections1._FinalStage contactLastName(java.util.Optional<java.lang.String> contactLastName)
-
contactLastName
ShipperOrgInfoForConnections1._FinalStage contactLastName(java.lang.String contactLastName)
-
contactLastName
ShipperOrgInfoForConnections1._FinalStage contactLastName(Nullable<java.lang.String> contactLastName)
-
phoneNumberPrimary
ShipperOrgInfoForConnections1._FinalStage phoneNumberPrimary(java.util.Optional<java.lang.String> phoneNumberPrimary)
-
phoneNumberPrimary
ShipperOrgInfoForConnections1._FinalStage phoneNumberPrimary(java.lang.String phoneNumberPrimary)
-
phoneNumberPrimary
ShipperOrgInfoForConnections1._FinalStage phoneNumberPrimary(Nullable<java.lang.String> phoneNumberPrimary)
-
phoneNumberSecondary
ShipperOrgInfoForConnections1._FinalStage phoneNumberSecondary(java.util.Optional<java.lang.String> phoneNumberSecondary)
-
phoneNumberSecondary
ShipperOrgInfoForConnections1._FinalStage phoneNumberSecondary(java.lang.String phoneNumberSecondary)
-
phoneNumberSecondary
ShipperOrgInfoForConnections1._FinalStage phoneNumberSecondary(Nullable<java.lang.String> phoneNumberSecondary)
-
emailAddressSecondary
ShipperOrgInfoForConnections1._FinalStage emailAddressSecondary(java.util.Optional<java.lang.String> emailAddressSecondary)
-
emailAddressSecondary
ShipperOrgInfoForConnections1._FinalStage emailAddressSecondary(java.lang.String emailAddressSecondary)
-
emailAddressSecondary
ShipperOrgInfoForConnections1._FinalStage emailAddressSecondary(Nullable<java.lang.String> emailAddressSecondary)
-
jobTitle
ShipperOrgInfoForConnections1._FinalStage jobTitle(java.util.Optional<java.lang.String> jobTitle)
-
jobTitle
ShipperOrgInfoForConnections1._FinalStage jobTitle(java.lang.String jobTitle)
-
jobTitle
ShipperOrgInfoForConnections1._FinalStage jobTitle(Nullable<java.lang.String> jobTitle)
-
notes
ShipperOrgInfoForConnections1._FinalStage notes(java.util.Optional<java.lang.String> notes)
-
notes
ShipperOrgInfoForConnections1._FinalStage notes(java.lang.String notes)
-
notes
ShipperOrgInfoForConnections1._FinalStage notes(Nullable<java.lang.String> notes)
-
shipperUserId
ShipperOrgInfoForConnections1._FinalStage shipperUserId(java.util.Optional<java.lang.String> shipperUserId)
Must be a string starting with
user_
-
shipperUserId
ShipperOrgInfoForConnections1._FinalStage shipperUserId(java.lang.String shipperUserId)
-
shipperUserId
ShipperOrgInfoForConnections1._FinalStage shipperUserId(Nullable<java.lang.String> shipperUserId)
-
-