Package com.flagright.api.types
Interface PersonWithRole._FinalStage
-
- All Known Implementing Classes:
PersonWithRole.Builder
- Enclosing class:
- PersonWithRole
public static interface PersonWithRole._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
PersonWithRole build()
-
userId
PersonWithRole._FinalStage userId(java.util.Optional<java.lang.String> userId)
-
userId
PersonWithRole._FinalStage userId(java.lang.String userId)
-
legalDocuments
PersonWithRole._FinalStage legalDocuments(java.util.Optional<java.util.List<LegalDocument>> legalDocuments)
-
legalDocuments
PersonWithRole._FinalStage legalDocuments(java.util.List<LegalDocument> legalDocuments)
-
contactDetails
PersonWithRole._FinalStage contactDetails(java.util.Optional<ContactDetails> contactDetails)
-
contactDetails
PersonWithRole._FinalStage contactDetails(ContactDetails contactDetails)
-
pepStatus
PersonWithRole._FinalStage pepStatus(java.util.Optional<java.util.List<PepStatus>> pepStatus)
-
pepStatus
PersonWithRole._FinalStage pepStatus(java.util.List<PepStatus> pepStatus)
-
tags
PersonWithRole._FinalStage tags(java.util.Optional<java.util.List<Tag>> tags)
-
tags
PersonWithRole._FinalStage tags(java.util.List<Tag> tags)
-
attachments
PersonWithRole._FinalStage attachments(java.util.Optional<java.util.List<PersonAttachment>> attachments)
-
attachments
PersonWithRole._FinalStage attachments(java.util.List<PersonAttachment> attachments)
-
-