Package com.kloudville.party
Class registerContactRequest
java.lang.Object
com.kloudville.data.object.DataObject
com.kloudville.party.registerContactRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionRestrictions: maxlength: 256Contact typeBirth dateRestrictions: maxlength: 64Restrictions: maxlength: 256EmailRestrictions: maxlength: 256First nameGenderJob titleLast nameNationalityRestrictions: Mandatory: true maxlength: 36Restrictions: maxlength: 16 enumeration: CUSTOMER (Customer) enumeration: MYCOMPANY (My Company) enumeration: SUPPLIER (Supplier) enumeration: PARTNER (Partner)Phone numberRestrictions: maxlength: 256Role -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kloudville.data.object.DataObject
clearModified, compareDates, copy, formatDecimal, formatDecimalField, getAnyValue, getAnyValueNames, getChildLabel, getDefinition, getDisplayName, getEnumValue, getEnumValueArray, getEnumValueByCode, getEnumValueByIndex, getExtension, getExtensionDefinition, getFormattedMessage, getLastUpdated, getObjectId, getObjectIds, getParent, getText, getTopParent, has, hasChild, hasValue, htmlToText, isDeleted, isError, isModified, isNewObject, mapFrom, mapTo, setAnyValue, setDeleted, setFormattedValue, setNewObject, setObjectId, setText, toJSON, toXML, validate, valToXML
-
Field Details
-
firstName
First nameRestrictions: Mandatory: true
-
lastName
Last nameRestrictions: Mandatory: true
-
orgId
Restrictions: Mandatory: true maxlength: 36
-
orgType
Restrictions: maxlength: 16 enumeration: CUSTOMER (Customer) enumeration: MYCOMPANY (My Company) enumeration: SUPPLIER (Supplier) enumeration: PARTNER (Partner)
-
gender
GenderRestrictions: maxlength: 256
-
birthDate
Birth date -
placeOfBirth
-
nationality
NationalityRestrictions: maxlength: 256
-
jobTitle
Job titleRestrictions: maxlength: 128
-
associationType
Contact typeRestrictions: maxlength: 256
-
role
RoleRestrictions: maxlength: 256
-
contactId
Restrictions: maxlength: 64
-
contactIdType
Restrictions: maxlength: 256
-
email
EmailRestrictions: maxlength: 254 pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
-
emailType
Restrictions: maxlength: 256
-
phoneNr
Phone numberRestrictions: minlength: 7 maxlength: 32
-
phoneExtention
-
phoneType
Restrictions: maxlength: 256
-
address
-
addressType
Restrictions: maxlength: 256
-
-
Constructor Details
-
registerContactRequest
public registerContactRequest()
-