Class registerContactRequest

java.lang.Object
com.kloudville.data.object.DataObject
com.kloudville.party.registerContactRequest

public class registerContactRequest extends DataObject
  • Field Details

    • firstName

      public String firstName
      First name
              Restrictions:
                      Mandatory: true
      
    • lastName

      public String lastName
      Last name
              Restrictions:
                      Mandatory: true
      
    • orgId

      public String orgId
              Restrictions:
                      Mandatory: true
                      maxlength: 36
      
    • orgType

      public String orgType
              Restrictions:
                      maxlength: 16
                      enumeration: CUSTOMER (Customer)
                      enumeration: MYCOMPANY (My Company)
                      enumeration: SUPPLIER (Supplier)
                      enumeration: PARTNER (Partner)
      
    • gender

      public String gender
      Gender
              Restrictions:
                      maxlength: 256
      
    • birthDate

      public Date birthDate
      Birth date
    • placeOfBirth

      public place placeOfBirth
    • nationality

      public String nationality
      Nationality
              Restrictions:
                      maxlength: 256
      
    • jobTitle

      public String jobTitle
      Job title
              Restrictions:
                      maxlength: 128
      
    • associationType

      public String associationType
      Contact type
              Restrictions:
                      maxlength: 256
      
    • role

      public String role
      Role
              Restrictions:
                      maxlength: 256
      
    • contactId

      public String contactId
              Restrictions:
                      maxlength: 64
      
    • contactIdType

      public String contactIdType
              Restrictions:
                      maxlength: 256
      
    • email

      public String email
      Email
              Restrictions:
                      maxlength: 254
                      pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
      
    • emailType

      public String emailType
              Restrictions:
                      maxlength: 256
      
    • phoneNr

      public String phoneNr
      Phone number
              Restrictions:
                      minlength: 7
                      maxlength: 32
      
    • phoneExtention

      public String phoneExtention
    • phoneType

      public String phoneType
              Restrictions:
                      maxlength: 256
      
    • address

      public genericAddress address
    • addressType

      public String addressType
              Restrictions:
                      maxlength: 256
      
  • Constructor Details

    • registerContactRequest

      public registerContactRequest()