Uses of Class
co.yellowdog.platform.model.AccessDelegate
Packages that use AccessDelegate
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AccessDelegate in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return AccessDelegateMethods in co.yellowdog.platform.model that return types with arguments of type AccessDelegateModifier and TypeMethodDescriptionList
<@NotNull @Valid AccessDelegate> Application.getAccessDelegates()
List
<@NotNull @Valid AccessDelegate> User.getAccessDelegates()
Method parameters in co.yellowdog.platform.model with type arguments of type AccessDelegateModifier and TypeMethodDescriptionApplication.Builder.accessDelegates
(List<@NotNull @Valid AccessDelegate> accessDelegates) void
Application.setAccessDelegates
(List<@NotNull @Valid AccessDelegate> accessDelegates) void
User.setAccessDelegates
(List<@NotNull @Valid AccessDelegate> accessDelegates)