Package io.moov.sdk.models.components
Class UpdateRepresentative
- java.lang.Object
-
- io.moov.sdk.models.components.UpdateRepresentative
-
public class UpdateRepresentative extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateRepresentative.Builder
-
Constructor Summary
Constructors Constructor Description UpdateRepresentative()UpdateRepresentative(java.util.Optional<? extends IndividualNameUpdate> name, org.openapitools.jackson.nullable.JsonNullable<? extends Phone> phone, org.openapitools.jackson.nullable.JsonNullable<? extends Email> email, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeAddress> address, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeBirthDate> birthDate, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeGovernmentID> governmentID, org.openapitools.jackson.nullable.JsonNullable<? extends Responsibilities> responsibilities)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<UpdateRepresentativeAddress>address()org.openapitools.jackson.nullable.JsonNullable<UpdateRepresentativeBirthDate>birthDate()static UpdateRepresentative.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<Email>email()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<UpdateRepresentativeGovernmentID>governmentID()inthashCode()java.util.Optional<IndividualNameUpdate>name()org.openapitools.jackson.nullable.JsonNullable<Phone>phone()org.openapitools.jackson.nullable.JsonNullable<Responsibilities>responsibilities()java.lang.StringtoString()UpdateRepresentativewithAddress(UpdateRepresentativeAddress address)UpdateRepresentativewithAddress(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeAddress> address)UpdateRepresentativewithBirthDate(UpdateRepresentativeBirthDate birthDate)UpdateRepresentativewithBirthDate(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeBirthDate> birthDate)UpdateRepresentativewithEmail(Email email)UpdateRepresentativewithEmail(org.openapitools.jackson.nullable.JsonNullable<? extends Email> email)UpdateRepresentativewithGovernmentID(UpdateRepresentativeGovernmentID governmentID)UpdateRepresentativewithGovernmentID(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeGovernmentID> governmentID)UpdateRepresentativewithName(IndividualNameUpdate name)UpdateRepresentativewithName(java.util.Optional<? extends IndividualNameUpdate> name)UpdateRepresentativewithPhone(Phone phone)UpdateRepresentativewithPhone(org.openapitools.jackson.nullable.JsonNullable<? extends Phone> phone)UpdateRepresentativewithResponsibilities(Responsibilities responsibilities)UpdateRepresentativewithResponsibilities(org.openapitools.jackson.nullable.JsonNullable<? extends Responsibilities> responsibilities)
-
-
-
Constructor Detail
-
UpdateRepresentative
public UpdateRepresentative(java.util.Optional<? extends IndividualNameUpdate> name, org.openapitools.jackson.nullable.JsonNullable<? extends Phone> phone, org.openapitools.jackson.nullable.JsonNullable<? extends Email> email, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeAddress> address, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeBirthDate> birthDate, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeGovernmentID> governmentID, org.openapitools.jackson.nullable.JsonNullable<? extends Responsibilities> responsibilities)
-
UpdateRepresentative
public UpdateRepresentative()
-
-
Method Detail
-
name
public java.util.Optional<IndividualNameUpdate> name()
-
phone
public org.openapitools.jackson.nullable.JsonNullable<Phone> phone()
-
email
public org.openapitools.jackson.nullable.JsonNullable<Email> email()
-
address
public org.openapitools.jackson.nullable.JsonNullable<UpdateRepresentativeAddress> address()
-
birthDate
public org.openapitools.jackson.nullable.JsonNullable<UpdateRepresentativeBirthDate> birthDate()
-
governmentID
public org.openapitools.jackson.nullable.JsonNullable<UpdateRepresentativeGovernmentID> governmentID()
-
responsibilities
public org.openapitools.jackson.nullable.JsonNullable<Responsibilities> responsibilities()
-
builder
public static final UpdateRepresentative.Builder builder()
-
withName
public UpdateRepresentative withName(IndividualNameUpdate name)
-
withName
public UpdateRepresentative withName(java.util.Optional<? extends IndividualNameUpdate> name)
-
withPhone
public UpdateRepresentative withPhone(Phone phone)
-
withPhone
public UpdateRepresentative withPhone(org.openapitools.jackson.nullable.JsonNullable<? extends Phone> phone)
-
withEmail
public UpdateRepresentative withEmail(Email email)
-
withEmail
public UpdateRepresentative withEmail(org.openapitools.jackson.nullable.JsonNullable<? extends Email> email)
-
withAddress
public UpdateRepresentative withAddress(UpdateRepresentativeAddress address)
-
withAddress
public UpdateRepresentative withAddress(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeAddress> address)
-
withBirthDate
public UpdateRepresentative withBirthDate(UpdateRepresentativeBirthDate birthDate)
-
withBirthDate
public UpdateRepresentative withBirthDate(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeBirthDate> birthDate)
-
withGovernmentID
public UpdateRepresentative withGovernmentID(UpdateRepresentativeGovernmentID governmentID)
-
withGovernmentID
public UpdateRepresentative withGovernmentID(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateRepresentativeGovernmentID> governmentID)
-
withResponsibilities
public UpdateRepresentative withResponsibilities(Responsibilities responsibilities)
-
withResponsibilities
public UpdateRepresentative withResponsibilities(org.openapitools.jackson.nullable.JsonNullable<? extends Responsibilities> responsibilities)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-