public enum CRMItemTypeEnum extends Enum<CRMItemTypeEnum>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CRMItemTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRMItemTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CRMItemTypeEnum DEMAND_UPDATE
public static final CRMItemTypeEnum DEMAND_UPDATE_V2
public static final CRMItemTypeEnum DEMAND_CREATE_BY_USER_GUID
public static final CRMItemTypeEnum DEMAND_CREATE_BY_USER_GUID_V2
public static final CRMItemTypeEnum DEMAND_CREATE_BY_ID_CRM_USER
public static final CRMItemTypeEnum DEMAND_DELETE
public static final CRMItemTypeEnum DEMAND_DELETE_V2
public static final CRMItemTypeEnum DEMAND_USER_GUID
public static final CRMItemTypeEnum DEMAND_USER_GUID_V2
public static final CRMItemTypeEnum DEMAND_DEMAND_JSON
public static final CRMItemTypeEnum DEMAND_DEMAND_JSON_V2
public static final CRMItemTypeEnum DEMAND_DEMAND_XML
public static final CRMItemTypeEnum DEMAND_DEMAND_XML_V2
public static final CRMItemTypeEnum USER_GUID
public static final CRMItemTypeEnum USER_ATTRIBUTE
public static final CRMItemTypeEnum USER_ATTRIBUTES_XML
public static final CRMItemTypeEnum USER_ATTRIBUTES_JSON
public static final CRMItemTypeEnum NOTIFICATION
public static final CRMItemTypeEnum NOTIFICATION_V2
public static CRMItemTypeEnum[] values()
for (CRMItemTypeEnum c : CRMItemTypeEnum.values()) System.out.println(c);
public static CRMItemTypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<CRMItemTypeEnum>
Copyright © 2017 City of Paris. All rights reserved.