Interface DecoratedNavGroupObject

    • Method Detail

      • getId

        long getId()
        Returns:
        object id
      • getName

        @NotNull
        @NotNull String getName()
        Returns:
        display name
      • getDescription

        String getDescription()
        The desciption of this group
        Returns:
      • getChildren

        @Nullable
        @Nullable com.google.common.collect.ImmutableList<? extends DecoratedNavObject> getChildren()
        Returns:
        children grouped under this group, sorted by display name.
      • getGroupSummary

        @Nullable
        @Nullable String getGroupSummary()
        Returns:
        a short summary of whats in this group