java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.Space

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Space extends Object
Space
  • Felddetails

    • id

      protected String id
      ID of the space.
    • key

      protected String key
      Key of the space.
    • name

      protected String name
      Name of the space.
    • type

      protected SpaceType type
    • status

      protected SpaceStatus status
    • authorId

      protected String authorId
      The account ID of the user who created this space originally.
    • createdAt

      protected OffsetDateTime createdAt
      Date and time when the space was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • homepageId

      protected String homepageId
      ID of the space's homepage.
    • description

      protected SpaceDescription description
    • icon

      protected SpaceIcon icon
  • Konstruktordetails

    • Space

      public Space(Consumer<Space> spec)
      Constructs a validated instance of Space.
      Parameter:
      spec - the specification to process
    • Space

      @Internal public Space(String id, String key, String name, SpaceType type, SpaceStatus status, String authorId, OffsetDateTime createdAt, String homepageId, SpaceDescription description, SpaceIcon icon, SpaceLinks _links)
      Constructs a validated instance of Space.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Space(Consumer) instead.

      Parameter:
      id - ID of the space.
      key - Key of the space.
      name - Name of the space.
      type - type
      status - status
      authorId - The account ID of the user who created this space originally.
      createdAt - Date and time when the space was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      homepageId - ID of the space's homepage.
      description - description
      icon - icon
      _links - _links
    • Space

      protected Space()
  • Methodendetails

    • builder

      public static Space.SpaceBuilder builder()
    • id

      public String id()
      ID of the space.
    • key

      public String key()
      Key of the space.
    • name

      public String name()
      Name of the space.
    • type

      public SpaceType type()
    • status

      public SpaceStatus status()
    • authorId

      public String authorId()
      The account ID of the user who created this space originally.
    • createdAt

      public OffsetDateTime createdAt()
      Date and time when the space was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • homepageId

      public String homepageId()
      ID of the space's homepage.
    • description

      public SpaceDescription description()
    • icon

      public SpaceIcon icon()
    • _links

      public SpaceLinks _links()
    • id

      public Space id(String id)
      ID of the space.
      Gibt zurück:
      this.
    • key

      public Space key(String key)
      Key of the space.
      Gibt zurück:
      this.
    • name

      public Space name(String name)
      Name of the space.
      Gibt zurück:
      this.
    • type

      public Space type(SpaceType type)
      Gibt zurück:
      this.
    • status

      public Space status(SpaceStatus status)
      Gibt zurück:
      this.
    • authorId

      public Space authorId(String authorId)
      The account ID of the user who created this space originally.
      Gibt zurück:
      this.
    • createdAt

      public Space createdAt(OffsetDateTime createdAt)
      Date and time when the space was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • homepageId

      public Space homepageId(String homepageId)
      ID of the space's homepage.
      Gibt zurück:
      this.
    • description

      public Space description(SpaceDescription description)
      Gibt zurück:
      this.
    • icon

      public Space icon(SpaceIcon icon)
      Gibt zurück:
      this.
    • _links

      public Space _links(SpaceLinks _links)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

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