Enum Class DeliveryUserCategory

java.lang.Object
java.lang.Enum<DeliveryUserCategory>
com.wechat.pay.java.service.giftactivity.model.DeliveryUserCategory
All Implemented Interfaces:
Serializable, Comparable<DeliveryUserCategory>, Constable

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

    • DELIVERY_ALL_PERSON

      @SerializedName("DELIVERY_ALL_PERSON") public static final DeliveryUserCategory DELIVERY_ALL_PERSON
    • DELIVERY_MEMBER_PERSON

      @SerializedName("DELIVERY_MEMBER_PERSON") public static final DeliveryUserCategory DELIVERY_MEMBER_PERSON
  • Method Details

    • values

      public static DeliveryUserCategory[] 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 DeliveryUserCategory 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