Module bus.auth

Enum Class LinkedinScope

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

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

    • R_LITEPROFILE

      public static final LinkedinScope R_LITEPROFILE
      scope 含义,以description 为准
    • R_EMAILADDRESS

      public static final LinkedinScope R_EMAILADDRESS
    • W_MEMBER_SOCIAL

      public static final LinkedinScope W_MEMBER_SOCIAL
    • R_MEMBER_SOCIAL

      public static final LinkedinScope R_MEMBER_SOCIAL
    • R_AD_CAMPAIGNS

      public static final LinkedinScope R_AD_CAMPAIGNS
    • R_ADS

      public static final LinkedinScope R_ADS
    • R_ADS_LEADGEN_AUTOMATION

      public static final LinkedinScope R_ADS_LEADGEN_AUTOMATION
    • R_ADS_REPORTING

      public static final LinkedinScope R_ADS_REPORTING
    • R_BASICPROFILE

      public static final LinkedinScope R_BASICPROFILE
    • R_ORGANIZATION_SOCIAL

      public static final LinkedinScope R_ORGANIZATION_SOCIAL
    • RW_AD_CAMPAIGNS

      public static final LinkedinScope RW_AD_CAMPAIGNS
    • RW_ADS

      public static final LinkedinScope RW_ADS
    • RW_COMPANY_ADMIN

      public static final LinkedinScope RW_COMPANY_ADMIN
    • RW_DMP_SEGMENTS

      public static final LinkedinScope RW_DMP_SEGMENTS
    • RW_ORGANIZATION_ADMIN

      public static final LinkedinScope RW_ORGANIZATION_ADMIN
    • RW_ORGANIZATION

      public static final LinkedinScope RW_ORGANIZATION
    • W_ORGANIZATION_SOCIAL

      public static final LinkedinScope W_ORGANIZATION_SOCIAL
    • W_SHARE

      public static final LinkedinScope W_SHARE
  • Method Details

    • values

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