Enum Class ReleaseDatePrecision

java.lang.Object
java.lang.Enum<ReleaseDatePrecision>
se.michaelthelin.spotify.enums.ReleaseDatePrecision
All Implemented Interfaces:
Serializable, Comparable<ReleaseDatePrecision>, java.lang.constant.Constable

public enum ReleaseDatePrecision extends Enum<ReleaseDatePrecision>
An enumeration of all possible release date precisions.
  • Enum Constant Details

  • Field Details

    • precision

      public final String precision
  • Method Details

    • values

      public static ReleaseDatePrecision[] 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 ReleaseDatePrecision 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
    • keyOf

      public static ReleaseDatePrecision keyOf(String precision)
    • getPrecision

      public String getPrecision()
      Get the release date precision as a string.
      Returns:
      The release date precision as a string.