Klasse Space
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.Space
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Space
extends Object
Space
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected SpaceLinksprotected StringThe account ID of the user who created this space originally.protected OffsetDateTimeDate and time when the space was created.protected SpaceDescriptionprotected StringID of the space's homepage.protected SpaceIconprotected StringID of the space.protected StringKey of the space.protected StringName of the space.protected SpaceStatusprotected SpaceType -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSpace()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 ofSpace.Constructs a validated instance ofSpace. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(SpaceLinks _links) authorId()The account ID of the user who created this space originally.The account ID of the user who created this space originally.static Space.SpaceBuilderbuilder()protected booleanDate and time when the space was created.createdAt(OffsetDateTime createdAt) Date and time when the space was created.description(SpaceDescription description) booleaninthashCode()ID of the space's homepage.homepageId(String homepageId) ID of the space's homepage.icon()id()ID of the space.ID of the space.key()Key of the space.Key of the space.name()Name of the space.Name of the space.status()status(SpaceStatus status) toString()type()
-
Felddetails
-
id
ID of the space. -
key
Key of the space. -
name
Name of the space. -
type
-
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
-
icon
-
_links
-
-
Konstruktordetails
-
Space
Constructs a validated instance ofSpace.- 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 ofSpace.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- typestatus- statusauthorId- 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- descriptionicon- icon_links- _links
-
Space
protected Space()
-
-
Methodendetails
-
builder
-
id
ID of the space. -
key
Key of the space. -
name
Name of the space. -
type
-
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
-
icon
-
_links
-
id
ID of the space.- Gibt zurück:
this.
-
key
Key of the space.- Gibt zurück:
this.
-
name
Name of the space.- Gibt zurück:
this.
-
type
- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
authorId
The account ID of the user who created this space originally.- Gibt zurück:
this.
-
createdAt
Date and time when the space was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this.
-
homepageId
ID of the space's homepage.- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
icon
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-