Class UserAccessList


  • public class UserAccessList
    extends Object
    List of user permissions.
    • Constructor Detail

      • UserAccessList

        public UserAccessList()
    • Method Detail

      • owner

        public String owner()
        Get the owner value.
        Returns:
        the owner value
      • withOwner

        public UserAccessList withOwner​(String owner)
        Set the owner value.
        Parameters:
        owner - the owner value to set
        Returns:
        the UserAccessList object itself.
      • emails

        public List<String> emails()
        Get the emails value.
        Returns:
        the emails value
      • withEmails

        public UserAccessList withEmails​(List<String> emails)
        Set the emails value.
        Parameters:
        emails - the emails value to set
        Returns:
        the UserAccessList object itself.