Class SpaceProperty
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceProperty
SpaceProperty
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSpaceProperty(String id, String key, Object value, Version version, Space space, Map<String, Object> Links, Expandable3Adce7 Expandable) Constructs a validated instance ofSpaceProperty.SpaceProperty(Consumer<SpaceProperty> spec) Constructs a validated instance ofSpaceProperty. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanExpandable(Expandable3Adce7 Expandable) inthashCode()id()key()Links()space()toString()value()version()
-
Field Details
-
id
-
key
-
value
-
version
-
space
-
Links
-
Expandable
-
-
Constructor Details
-
SpaceProperty
Constructs a validated instance ofSpaceProperty.- Parameters:
spec- the specification to process
-
SpaceProperty
@Internal public SpaceProperty(String id, String key, Object value, Version version, Space space, Map<String, Object> Links, Expandable3Adce7 Expandable) Constructs a validated instance ofSpaceProperty.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceProperty(Consumer)instead.- Parameters:
id- idkey- keyvalue- valueversion- versionspace- spaceLinks- LinksExpandable- Expandable
-
SpaceProperty
protected SpaceProperty()
-
-
Method Details
-
id
-
key
-
value
-
version
-
space
-
Links
-
Expandable
-
id
- Returns:
this.
-
key
- Returns:
this.
-
value
- Returns:
this.
-
version
- Returns:
this.
-
space
- Returns:
this.
-
Links
- Returns:
this.
-
Expandable
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-