Package | Description |
---|---|
com.contentful.java.cma.model |
Modifier and Type | Method and Description |
---|---|
static CMAPersonalAccessToken.Scope |
CMAPersonalAccessToken.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CMAPersonalAccessToken.Scope[] |
CMAPersonalAccessToken.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CMAPersonalAccessToken.Scope> |
CMAPersonalAccessToken.getScopes() |
Modifier and Type | Method and Description |
---|---|
CMAPersonalAccessToken |
CMAPersonalAccessToken.addScope(CMAPersonalAccessToken.Scope scope)
Add a new scope to the list of scopes.
|
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.