Class DTOAccountContactInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.rs1.contact.DTOAccountContactInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOAccountContactInsert extends DynO
DTO representing creation request for an account contact.
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountContactInsert

      public DTOAccountContactInsert()
  • Method Details

    • getType

      public final Long getType()
    • setType

      public final void setType(Long type)
    • getContact

      public final String getContact()
    • setContact

      public final void setContact(String contact)
    • getCode

      public final String getCode()
    • setCode

      public final void setCode(String code)