Uses of Enum Class
com.morpheusdata.model.ResourcePermission.ResourceType
Packages that use ResourcePermission.ResourceType
-
Uses of ResourcePermission.ResourceType in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ResourcePermission.ResourceTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<Long>MorpheusResourcePermissionService.listAccessibleResources(Long accountId, ResourcePermission.ResourceType resourceType, Long siteId, Long planId) Get a list of ids for which the given accountId and siteId have access to (optionally scoped to siteId) -
Uses of ResourcePermission.ResourceType in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type ResourcePermission.ResourceTypeModifier and TypeMethodDescriptionMorpheusSynchronousResourcePermissionService.listAccessibleResources(Long accountId, ResourcePermission.ResourceType resourceType, Long siteId, Long planId) Get a list of ids for which the given accountId and siteId have access to (optionally scoped to siteId) -
Uses of ResourcePermission.ResourceType in com.morpheusdata.model
Methods in com.morpheusdata.model that return ResourcePermission.ResourceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ResourcePermission.ResourceType[]ResourcePermission.ResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type ResourcePermission.ResourceTypeModifier and TypeMethodDescriptionvoidResourcePermission.setMorpheusResourceType(ResourcePermission.ResourceType morpheusResourceType)