Klasse SpacePropertyCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpacePropertyCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SpacePropertyCreate
extends Object
SpacePropertyCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe key of the new property.protected SpacePropertyCreateSpaceprotected PropertyValue -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSpacePropertyCreate(String key, PropertyValue value, SpacePropertyCreateSpace space) Constructs a validated instance ofSpacePropertyCreate.Constructs a validated instance ofSpacePropertyCreate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()key()The key of the new property.The key of the new property.space()space(SpacePropertyCreateSpace space) toString()value()value(PropertyValue value)
-
Felddetails
-
key
The key of the new property. -
value
-
space
-
-
Konstruktordetails
-
SpacePropertyCreate
Constructs a validated instance ofSpacePropertyCreate.- Parameter:
spec- the specification to process
-
SpacePropertyCreate
@Internal public SpacePropertyCreate(String key, PropertyValue value, SpacePropertyCreateSpace space) Constructs a validated instance ofSpacePropertyCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpacePropertyCreate(Consumer)instead.- Parameter:
key- The key of the new property.value- valuespace- space
-
SpacePropertyCreate
protected SpacePropertyCreate()
-
-
Methodendetails
-
builder
-
key
The key of the new property. -
value
-
space
-
key
The key of the new property.- Gibt zurück:
this.
-
value
- Gibt zurück:
this.
-
space
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-