Module bus.auth

Enum Class FigmaScope

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

public enum FigmaScope extends Enum<FigmaScope> implements AuthorizeScope
Figma 授权范围
Since:
Java 17+
Author:
Kimi Liu
  • Enum Constant Details

    • FILE_CONTENT

      public static final FigmaScope FILE_CONTENT
    • VARIABLES

      public static final FigmaScope VARIABLES
    • COMMENTS

      public static final FigmaScope COMMENTS
    • DEV_RESOURCES

      public static final FigmaScope DEV_RESOURCES
    • LIBRARY_ANALYTICS

      public static final FigmaScope LIBRARY_ANALYTICS
    • WEBHOOKS

      public static final FigmaScope WEBHOOKS
  • Method Details

    • values

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