Package com.dzidzi.dto.partner
Class PartnerRegistration.Builder
java.lang.Object
com.dzidzi.dto.partner.PartnerRegistration.Builder
- Enclosing class:
PartnerRegistration
-
Method Summary
Modifier and TypeMethodDescriptionaddress(AddressEntityApi address) build()partnerName(String partnerName) partnerType(PartnerType partnerType) preferredContactMode(PreferredContactMode preferredContactMode) registrationState(PartnerRegistrationState registrationState) requestedOn(long requestedOn) resolvedOn(long resolvedOn) reviewedBy(EntityComposition reviewedBy) reviewStatement(String reviewStatement) signedBy(EntityComposition signedBy) signOffStatement(String signOffStatement) toString()
-
Method Details
-
id
- Returns:
this.
-
fullname
- Returns:
this.
-
email
- Returns:
this.
-
contact
- Returns:
this.
-
partnerName
- Returns:
this.
-
partnerType
- Returns:
this.
-
requestedOn
- Returns:
this.
-
preferredContactMode
- Returns:
this.
-
registrationState
- Returns:
this.
-
resolvedOn
- Returns:
this.
-
signOffStatement
- Returns:
this.
-
reviewStatement
- Returns:
this.
-
reviewedBy
- Returns:
this.
-
signedBy
- Returns:
this.
-
address
- Returns:
this.
-
build
-
toString
-