public enum ScopePathType extends Enum<ScopePathType>
Java class for scope-path-type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="scope-path-type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="/authenticate"/>
<enumeration value="/orcid-bio/read-limited"/>
<enumeration value="/orcid-profile/read-limited"/>
<enumeration value="/orcid-works/read-limited"/>
<enumeration value="/funding/read-limited"/>
<enumeration value="/orcid-patents/read-limited"/>
<enumeration value="/orcid-works/update"/>
<enumeration value="/funding/update"/>
<enumeration value="/orcid-patents/update"/>
<enumeration value="/orcid-bio/external-identifiers/create"/>
<enumeration value="/orcid-bio/update"/>
<enumeration value="/orcid-works/create"/>
<enumeration value="/funding/create"/>
<enumeration value="/orcid-patents/create"/>
<enumeration value="/orcid-profile/create"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static ScopePathType |
fromValue(String v) |
String |
value() |
static ScopePathType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopePathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopePathType AUTHENTICATE
public static final ScopePathType ORCID_BIO_READ_LIMITED
public static final ScopePathType ORCID_PROFILE_READ_LIMITED
public static final ScopePathType ORCID_WORKS_READ_LIMITED
public static final ScopePathType FUNDING_READ_LIMITED
public static final ScopePathType ORCID_PATENTS_READ_LIMITED
public static final ScopePathType ORCID_WORKS_UPDATE
public static final ScopePathType FUNDING_UPDATE
public static final ScopePathType ORCID_PATENTS_UPDATE
public static final ScopePathType ORCID_BIO_EXTERNAL_IDENTIFIERS_CREATE
public static final ScopePathType ORCID_BIO_UPDATE
public static final ScopePathType ORCID_WORKS_CREATE
public static final ScopePathType FUNDING_CREATE
public static final ScopePathType ORCID_PATENTS_CREATE
public static final ScopePathType ORCID_PROFILE_CREATE
public static ScopePathType[] values()
for (ScopePathType c : ScopePathType.values()) System.out.println(c);
public static ScopePathType 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 nullpublic String value()
public static ScopePathType fromValue(String v)
Copyright © 2017. All rights reserved.