Enum Class Param

java.lang.Object
java.lang.Enum<Param>
de.svenkubiak.jpushover.enums.Param
All Implemented Interfaces:
Serializable, Comparable<Param>, Constable

public enum Param extends Enum<Param>
  • Enum Constant Details

    • CALLBACK

      public static final Param CALLBACK
    • COUNT

      public static final Param COUNT
    • DEVICE

      public static final Param DEVICE
    • EXPIRE

      public static final Param EXPIRE
    • HTML

      public static final Param HTML
    • MESSAGE

      public static final Param MESSAGE
    • MONOSPACE

      public static final Param MONOSPACE
    • PERCENT

      public static final Param PERCENT
    • PRIORITY

      public static final Param PRIORITY
    • RETRY

      public static final Param RETRY
    • SOUND

      public static final Param SOUND
    • SUBTEXT

      public static final Param SUBTEXT
    • TEXT

      public static final Param TEXT
    • TIMESTAMP

      public static final Param TIMESTAMP
    • TITLE

      public static final Param TITLE
    • TOKEN

      public static final Param TOKEN
    • URL

      public static final Param URL
    • URL_TITLE

      public static final Param URL_TITLE
    • USER

      public static final Param USER
    • TTL

      public static final Param TTL
  • Method Details

    • values

      public static Param[] 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 Param 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Param>