Uses of Class
com.contentful.java.cma.model.CMAPersonalAccessToken.Scope
-
Packages that use CMAPersonalAccessToken.Scope Package Description com.contentful.java.cma.model -
-
Uses of CMAPersonalAccessToken.Scope in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAPersonalAccessToken.Scope Modifier and Type Method Description static CMAPersonalAccessToken.ScopeCMAPersonalAccessToken.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.Methods in com.contentful.java.cma.model that return types with arguments of type CMAPersonalAccessToken.Scope Modifier and Type Method Description java.util.List<CMAPersonalAccessToken.Scope>CMAPersonalAccessToken. getScopes()Methods in com.contentful.java.cma.model with parameters of type CMAPersonalAccessToken.Scope Modifier and Type Method Description CMAPersonalAccessTokenCMAPersonalAccessToken. addScope(CMAPersonalAccessToken.Scope scope)Add a new scope to the list of scopes.
-