Class ClosedList


  • public class ClosedList
    extends Object
    Exported Model - A list entity.
    • Constructor Detail

      • ClosedList

        public ClosedList()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public ClosedList withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the ClosedList object itself.
      • subLists

        public List<SubClosedList> subLists()
        Get the subLists value.
        Returns:
        the subLists value
      • withSubLists

        public ClosedList withSubLists​(List<SubClosedList> subLists)
        Set the subLists value.
        Parameters:
        subLists - the subLists value to set
        Returns:
        the ClosedList object itself.
      • roles

        public List<String> roles()
        Get the roles value.
        Returns:
        the roles value
      • withRoles

        public ClosedList withRoles​(List<String> roles)
        Set the roles value.
        Parameters:
        roles - the roles value to set
        Returns:
        the ClosedList object itself.