Class UserPermissionRef


  • public class UserPermissionRef
    extends Object
    An alternative DTO object to use for the specific use case of being an element in collection fields of parent entities. Holds all non-collection fields of JpaUserPermission
    Author:
    Samarth Dhruva (samarthd)
    • Constructor Detail

      • UserPermissionRef

        public UserPermissionRef​(String id,
                                 String name)
      • UserPermissionRef

        public UserPermissionRef()