Module bus.auth

Enum Class KujialeScope

java.lang.Object
java.lang.Enum<KujialeScope>
org.miaixz.bus.auth.nimble.kujiale.KujialeScope
All Implemented Interfaces:
Serializable, Comparable<KujialeScope>, Constable, AuthorizeScope

public enum KujialeScope extends Enum<KujialeScope> implements AuthorizeScope
酷家乐 授权范围
Since:
Java 17+
Author:
Kimi Liu
  • Enum Constant Details

    • GET_USER_INFO

      public static final KujialeScope GET_USER_INFO
      scope 含义,以description 为准
    • GET_DESIGN

      public static final KujialeScope GET_DESIGN
    • GET_BUDGET_LIST

      public static final KujialeScope GET_BUDGET_LIST
  • Method Details

    • values

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