Interface PlanLinkBuilder

All Superinterfaces:
LinkBuilderWithSelection, LinkWithPageMode, PortalLink

public interface PlanLinkBuilder extends LinkBuilderWithSelection, LinkWithPageMode
Since:
3.9.0
  • Method Details

    • revision

      @NotNull PlanLinkBuilder revision(@Nullable String value)
      Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision. Never returns null The returned builder can be also used as the link if no other parameters are needed.
      Parameters:
      value - - can be null or empty, than it will not be in the created url
    • tabProperties

      @NotNull PortalLink tabProperties()
      Returns link to properties tab, never null.
    • selection

      @NotNull PlanLinkBuilder selection(@NotNull String value)
      Specifies id of the heading to which the Plan page should scroll after opening.
      Specified by:
      selection in interface LinkBuilderWithSelection
      Since:
      3.9.1