Package com.mypurecloud.sdk.v2.model
Enum Class WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum
java.lang.Object
java.lang.Enum<WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum>
com.mypurecloud.sdk.v2.model.WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum
- All Implemented Interfaces:
Serializable,Comparable<WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum>,java.lang.constant.Constable
- Enclosing class:
- WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification
public static enum WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum
extends Enum<WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum>
Gets or Sets type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionfromString(String key) toString()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTDATEDSDKVERSION
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum OUTDATEDSDKVERSION -
ADDTRADE
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum ADDTRADE -
BULKUPDATETRADESTATES
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum BULKUPDATETRADESTATES -
EVALUATETRADES
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum EVALUATETRADES -
MATCHTRADE
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum MATCHTRADE -
QUERYAGENTTRADES
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum QUERYAGENTTRADES -
QUERYTRADES
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum QUERYTRADES -
QUERYWEEKSUMMARIES
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum QUERYWEEKSUMMARIES -
SEARCHUNMATCHEDTRADES
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum SEARCHUNMATCHEDTRADES -
UPDATETRADE
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum UPDATETRADE -
UPDATETRADESTATE
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum UPDATETRADESTATE -
UNKNOWN
public static final WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum UNKNOWN
-
-
Method Details
-
values
public static WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
public static WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum fromString(String key) -
toString
- Overrides:
toStringin classEnum<WfmShiftTradingJobCompleteEventShiftTradingJobCompleteNotification.TypeEnum>
-