Uses of Class
org.genesys.blocks.oauth.model.OAuthRole
-
Packages that use OAuthRole Package Description org.genesys.blocks.oauth.model -
-
Uses of OAuthRole in org.genesys.blocks.oauth.model
Fields in org.genesys.blocks.oauth.model with type parameters of type OAuthRole Modifier and Type Field Description com.querydsl.core.types.dsl.SetPath<OAuthRole,com.querydsl.core.types.dsl.EnumPath<OAuthRole>>QOAuthClient. rolescom.querydsl.core.types.dsl.SetPath<OAuthRole,com.querydsl.core.types.dsl.EnumPath<OAuthRole>>QOAuthClient. rolesMethods in org.genesys.blocks.oauth.model that return OAuthRole Modifier and Type Method Description static OAuthRoleOAuthRole. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuthRole[]OAuthRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-