Class BreadcrumbItem

    • Constructor Detail

      • BreadcrumbItem

        public BreadcrumbItem()
    • Method Detail

      • getId

        public Integer getId()
        ID of the folder
        Returns:
        ID
      • getGlobalId

        public String getGlobalId()
        Global ID
        Returns:
        global ID
      • setGlobalId

        public BreadcrumbItem setGlobalId​(String globalId)
        Set the global ID
        Parameters:
        globalId - global ID
        Returns:
        fluent API
      • getName

        public String getName()
        Name of the folder
        Returns:
        name
      • setName

        public BreadcrumbItem setName​(String name)
        Set the name
        Parameters:
        name - name
        Returns:
        fluent API