Klasse SpaceIcon.SpaceIconBuilder

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.SpaceIcon.SpaceIconBuilder
Umschließende Klasse:
SpaceIcon

public static class SpaceIcon.SpaceIconBuilder extends Object
  • Methodendetails

    • path

      public SpaceIcon.SpaceIconBuilder path(String path)
      The path (relative to base URL) at which the space's icon can be retrieved. The format should be like /wiki/download/... or /wiki/aa-avatar/...
      Gibt zurück:
      this.
    • apiDownloadLink

      public SpaceIcon.SpaceIconBuilder apiDownloadLink(String apiDownloadLink)
      The path (relative to base URL) that can be used to retrieve a link to download the space icon. 3LO apps should use this link instead of the value provided in the path property to retrieve the icon. Currently this field is only returned for global spaces and not personal spaces.
      Gibt zurück:
      this.
    • build

      public SpaceIcon build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object