Enum Class NotifyActionType

java.lang.Object
java.lang.Enum<NotifyActionType>
org.deltava.beans.system.NotifyActionType
All Implemented Interfaces:
Serializable, Comparable<NotifyActionType>, Constable, ComboAlias, EnumDescription

public enum NotifyActionType extends Enum<NotifyActionType> implements EnumDescription
An enumeration of Actions that can be placed into a push notification.
Since:
10.0
Version:
10.2
Author:
Luke
  • Enum Constant Details

  • Method Details

    • values

      public static NotifyActionType[] 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 NotifyActionType 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 name
      NullPointerException - if the argument is null
    • getDescription

      public String getDescription()
      Description copied from interface: EnumDescription
      The propercased description.
      Specified by:
      getDescription in interface EnumDescription
      Returns:
      the description
    • hasID

      public boolean hasID()
      Returns whether this Action Type requires an appended ID.
      Returns:
      TRUE if an ID is required, otherwise FALSE
    • getURL

      public String getURL()
      Returns the base URL for this Action Type.
      Returns:
      the web site command ID