Package com.kloudville.idm.api
Class createPartnerChannelRequest
java.lang.Object
com.kloudville.data.object.DataObject
com.kloudville.idm.api.createPartnerChannelRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionContactEmailRestrictions: Mandatory: true maxlength: 64Restrictions: Mandatory: true maxlength: 64Restrictions: minlength: 7 maxlength: 32Restrictions: Mandatory: true maxlength: 36Restrictions: minlength: 7 maxlength: 32Realm nameString[]
Source module(s) -
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
-
realm
Realm nameRestrictions: Mandatory: true maxlength: 64
-
contactId
ContactRestrictions: Mandatory: true
-
organizationId
Restrictions: Mandatory: true maxlength: 36
-
firstName
Restrictions: Mandatory: true maxlength: 64
-
lastName
Restrictions: Mandatory: true maxlength: 64
-
email
EmailRestrictions: Mandatory: true maxlength: 254 pattern: [A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}
-
phoneNumber
Restrictions: minlength: 7 maxlength: 32
-
mobilePhone
Restrictions: minlength: 7 maxlength: 32
-
source
Source module(s)Restrictions: maxlength: 16
-
-
Constructor Details
-
createPartnerChannelRequest
public createPartnerChannelRequest()
-