public enum AuthLinkedinScope extends Enum<AuthLinkedinScope> implements AuthScope
Enum Constant and Description |
---|
R_AD_CAMPAIGNS |
R_ADS |
R_ADS_LEADGEN_AUTOMATION |
R_ADS_REPORTING |
R_BASICPROFILE |
R_EMAILADDRESS |
R_LITEPROFILE
scope 含义,以description 为准 |
R_MEMBER_SOCIAL |
R_ORGANIZATION_SOCIAL |
RW_AD_CAMPAIGNS |
RW_ADS |
RW_COMPANY_ADMIN |
RW_DMP_SEGMENTS |
RW_ORGANIZATION |
RW_ORGANIZATION_ADMIN |
W_MEMBER_SOCIAL |
W_ORGANIZATION_SOCIAL |
W_SHARE |
Modifier and Type | Method and Description |
---|---|
static AuthLinkedinScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthLinkedinScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthLinkedinScope R_LITEPROFILE
scope
含义,以description
为准public static final AuthLinkedinScope R_EMAILADDRESS
public static final AuthLinkedinScope W_MEMBER_SOCIAL
public static final AuthLinkedinScope R_MEMBER_SOCIAL
public static final AuthLinkedinScope R_AD_CAMPAIGNS
public static final AuthLinkedinScope R_ADS
public static final AuthLinkedinScope R_ADS_LEADGEN_AUTOMATION
public static final AuthLinkedinScope R_ADS_REPORTING
public static final AuthLinkedinScope R_BASICPROFILE
public static final AuthLinkedinScope R_ORGANIZATION_SOCIAL
public static final AuthLinkedinScope RW_AD_CAMPAIGNS
public static final AuthLinkedinScope RW_ADS
public static final AuthLinkedinScope RW_COMPANY_ADMIN
public static final AuthLinkedinScope RW_DMP_SEGMENTS
public static final AuthLinkedinScope RW_ORGANIZATION_ADMIN
public static final AuthLinkedinScope RW_ORGANIZATION
public static final AuthLinkedinScope W_ORGANIZATION_SOCIAL
public static final AuthLinkedinScope W_SHARE
public static AuthLinkedinScope[] values()
for (AuthLinkedinScope c : AuthLinkedinScope.values()) System.out.println(c);
public static AuthLinkedinScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.