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.CollectionPath<OAuthRole,com.querydsl.core.types.dsl.EnumPath<OAuthRole>>QOAuthClient. rolescom.querydsl.core.types.dsl.CollectionPath<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.Methods in org.genesys.blocks.oauth.model that return types with arguments of type OAuthRole Modifier and Type Method Description Collection<OAuthRole>OAuthClient. getRoles()Gets the roles.Method parameters in org.genesys.blocks.oauth.model with type arguments of type OAuthRole Modifier and Type Method Description voidOAuthClient. setRoles(Set<OAuthRole> roles)Sets the roles.
-