Uses of Enum
co.yellowdog.platform.model.PermissionScope
Packages that use PermissionScope
Package
Description
Defines types used in the request/response interactions with the YellowDog Account Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of PermissionScope in co.yellowdog.platform.interaction.account
Methods in co.yellowdog.platform.interaction.account that return PermissionScopeMethods in co.yellowdog.platform.interaction.account with parameters of type PermissionScope -
Uses of PermissionScope in co.yellowdog.platform.model
Subclasses with type arguments of type PermissionScope in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return PermissionScopeModifier and TypeMethodDescriptionPermission.getScope()
static PermissionScope
Returns the enum constant of this type with the specified name.static PermissionScope[]
PermissionScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.