Package sh.ory.model

Enum NullPlan

java.lang.Object
java.lang.Enum<NullPlan>
sh.ory.model.NullPlan
All Implemented Interfaces:
Serializable, Comparable<NullPlan>, java.lang.constant.Constable

public enum NullPlan
extends Enum<NullPlan>
Gets or Sets NullPlan
  • Enum Constant Details

    • UNKNOWN

      public static final NullPlan UNKNOWN
    • FREE

      public static final NullPlan FREE
    • START_UP_MONTHLY

      public static final NullPlan START_UP_MONTHLY
    • START_UP_YEARLY

      public static final NullPlan START_UP_YEARLY
    • CUSTOM

      public static final NullPlan CUSTOM
  • Method Details

    • values

      public static NullPlan[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static NullPlan valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<NullPlan>
    • fromValue

      public static NullPlan fromValue​(String value)