Package io.moov.sdk.models.components
Class UpdateRepresentative.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.UpdateRepresentative.Builder
-
- Enclosing class:
- UpdateRepresentative
public static final class UpdateRepresentative.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
name
public UpdateRepresentative.Builder name(IndividualNameUpdate name)
-
name
public UpdateRepresentative.Builder name(java.util.Optional<? extends IndividualNameUpdate> name)
-
phone
public UpdateRepresentative.Builder phone(Phone phone)
-
phone
public UpdateRepresentative.Builder phone(org.openapitools.jackson.nullable.JsonNullable<? extends Phone> phone)
-
email
public UpdateRepresentative.Builder email(Email email)
-
email
public UpdateRepresentative.Builder email(org.openapitools.jackson.nullable.JsonNullable<? extends Email> email)
-
address
public UpdateRepresentative.Builder address(UpdateRepresentativeAddress address)
-
address
public UpdateRepresentative.Builder address(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeAddress> address)
-
birthDate
public UpdateRepresentative.Builder birthDate(UpdateRepresentativeBirthDate birthDate)
-
birthDate
public UpdateRepresentative.Builder birthDate(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeBirthDate> birthDate)
-
governmentID
public UpdateRepresentative.Builder governmentID(UpdateRepresentativeGovernmentID governmentID)
-
governmentID
public UpdateRepresentative.Builder governmentID(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeGovernmentID> governmentID)
-
responsibilities
public UpdateRepresentative.Builder responsibilities(Responsibilities responsibilities)
-
responsibilities
public UpdateRepresentative.Builder responsibilities(org.openapitools.jackson.nullable.JsonNullable<? extends Responsibilities> responsibilities)
-
build
public UpdateRepresentative build()
-
-