Interface RichPageLinkBuilder

All Superinterfaces:
LinkBuilderWithSelection, PortalLink

public interface RichPageLinkBuilder extends LinkBuilderWithSelection
Since:
3.9.0
  • Method Details

    • revision

      @NotNull RichPageLinkBuilder 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
    • additionalParameters

      @NotNull RichPageLinkBuilder additionalParameters(@NotNull StrictMap<String,String> parameters)
    • history

      @NotNull RichPageLinkBuilder history()