public enum ContactStatusValueType extends java.lang.Enum<ContactStatusValueType>
OK – no other states are setLINKED – the contact has relation to other records in the RegistrySERVER_TRANSFER_PROHIBITED – transfer of the contact is forbiddenSERVER_DELETE_PROHIBITED – deletion of the contact is forbiddenSERVER_UPDATE_PROHIBITED – update of the contact is forbiddenDELETE_CANDIDATE – the contact is scheduled for deletionCONDITIONALLY_IDENTIFIED_CONTACT – the contact’s identity is partially verifiedIDENTIFIED_CONTACT – the contact’s identity is fully verifiedVALIDATED_CONTACT – the contact is validatedMOJEID_CONTACT – the contact is used in the mojeID extension and has more attributes and possibilities than a regular contactSERVER_CONTACT_NAME_CHANGE_PROHIBITEDSERVER_CONTACT_ORGANIZATION_CHANGE_PROHIBITEDSERVER_CONTACT_IDENT_CHANGE_PROHIBITEDSERVER_CONTACT_PERMANENT_ADDRESS_CHANGE_PROHIBITED| Modifier and Type | Method and Description |
|---|---|
static ContactStatusValueType |
fromValue(java.lang.String v) |
java.lang.String |
getMessage() |
void |
setMessage(java.lang.String message) |
java.lang.String |
toString() |
java.lang.String |
value() |
static ContactStatusValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContactStatusValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactStatusValueType OK
public static final ContactStatusValueType LINKED
public static final ContactStatusValueType SERVER_TRANSFER_PROHIBITED
public static final ContactStatusValueType SERVER_DELETE_PROHIBITED
public static final ContactStatusValueType SERVER_UPDATE_PROHIBITED
public static final ContactStatusValueType DELETE_CANDIDATE
public static final ContactStatusValueType CONDITIONALLY_IDENTIFIED_CONTACT
public static final ContactStatusValueType IDENTIFIED_CONTACT
public static final ContactStatusValueType VALIDATED_CONTACT
public static final ContactStatusValueType MOJEID_CONTACT
public static final ContactStatusValueType SERVER_CONTACT_ORGANIZATION_CHANGE_PROHIBITED
public static final ContactStatusValueType SERVER_CONTACT_IDENT_CHANGE_PROHIBITED
public static final ContactStatusValueType SERVER_CONTACT_PERMANENT_ADDRESS_CHANGE_PROHIBITED
public static final ContactStatusValueType SERVER_CONTACT_NAME_CHANGE_PROHIBITED
public static final ContactStatusValueType SERVER_LINK_PROHIBITED
public static ContactStatusValueType[] values()
for (ContactStatusValueType c : ContactStatusValueType.values()) System.out.println(c);
public static ContactStatusValueType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public static ContactStatusValueType fromValue(java.lang.String v)
public java.lang.String toString()
toString in class java.lang.Enum<ContactStatusValueType>Copyright © 2023. All rights reserved.