Class createPartnerChannelRequest

java.lang.Object
com.kloudville.data.object.DataObject
com.kloudville.idm.api.createPartnerChannelRequest

public class createPartnerChannelRequest extends DataObject
  • Field Details

    • realm

      public String realm
      Realm name
              Restrictions:
                      Mandatory: true
                      maxlength: 64
      
    • contactId

      public String contactId
      Contact
              Restrictions:
                      Mandatory: true
      
    • organizationId

      public String organizationId
              Restrictions:
                      Mandatory: true
                      maxlength: 36
      
    • firstName

      public String firstName
              Restrictions:
                      Mandatory: true
                      maxlength: 64
      
    • lastName

      public String lastName
              Restrictions:
                      Mandatory: true
                      maxlength: 64
      
    • email

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

      public String phoneNumber
              Restrictions:
                      minlength: 7
                      maxlength: 32
      
    • mobilePhone

      public String mobilePhone
              Restrictions:
                      minlength: 7
                      maxlength: 32
      
    • source

      public String[] source
      Source module(s)
              Restrictions:
                      maxlength: 16
      
  • Constructor Details

    • createPartnerChannelRequest

      public createPartnerChannelRequest()