Package com.mypurecloud.sdk.v2.model
Enum Class JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum
java.lang.Object
java.lang.Enum<JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum>
com.mypurecloud.sdk.v2.model.JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum
- All Implemented Interfaces:
Serializable,Comparable<JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum>,java.lang.constant.Constable
- Enclosing class:
- JourneyWebActionEventsNotificationBlockedWebActionOfferMessage
public static enum JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum
extends Enum<JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum>
Gets or Sets blockingFrequencyCapBehaviour
-
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 TypeMethodDescriptionstatic JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnumfromString(String key) toString()static JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnumReturns the enum constant of this class with the specified name.static JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTDATEDSDKVERSION
public static final JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum OUTDATEDSDKVERSION -
UNKNOWN
public static final JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum UNKNOWN -
CAPONCEFINALIZED
public static final JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum CAPONCEFINALIZED -
CAPONCEREJECTED
public static final JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum CAPONCEREJECTED -
CAPFORPERIOD
public static final JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum CAPFORPERIOD
-
-
Method Details
-
values
public static JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum[] 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 JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum 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 JourneyWebActionEventsNotificationBlockedWebActionOfferMessage.BlockingFrequencyCapBehaviourEnum fromString(String key) -
toString
-