Interface WikiPageLinkBuilder

All Superinterfaces:
PortalLink

public interface WikiPageLinkBuilder extends PortalLink
Since:
3.9.0
Author:
Jakub Stroleny, Polarion Software
  • Method Details

    • revision

      @NotNull WikiPageLinkBuilder 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 WikiPageLinkBuilder additionalParameters(@NotNull ReadOnlyStrictMap<String,String> parameters)
    • hash

      @NotNull WikiPageLinkBuilder hash(@Nullable String hash)