Klasse SpaceUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpaceUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SpaceUpdate
extends Object
SpaceUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected SpaceDescriptionCreateprotected ObjectThe updated homepage for this spaceprotected StringThe updated name of the space.protected StringThe updated status for this space.protected StringThe updated type for this space. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSpaceUpdate(String name, SpaceDescriptionCreate description, Object homepage, String type, String status) Constructs a validated instance ofSpaceUpdate.SpaceUpdate(Consumer<SpaceUpdate> spec) Constructs a validated instance ofSpaceUpdate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleandescription(SpaceDescriptionCreate description) booleaninthashCode()homepage()The updated homepage for this spaceThe updated homepage for this spacename()The updated name of the space.The updated name of the space.status()The updated status for this space.The updated status for this space.toString()type()The updated type for this space.The updated type for this space.
-
Felddetails
-
name
The updated name of the space. -
description
-
homepage
The updated homepage for this space -
type
The updated type for this space. -
status
The updated status for this space.
-
-
Konstruktordetails
-
SpaceUpdate
Constructs a validated instance ofSpaceUpdate.- Parameter:
spec- the specification to process
-
SpaceUpdate
@Internal public SpaceUpdate(String name, SpaceDescriptionCreate description, Object homepage, String type, String status) Constructs a validated instance ofSpaceUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceUpdate(Consumer)instead.- Parameter:
name- The updated name of the space.description- descriptionhomepage- The updated homepage for this spacetype- The updated type for this space.status- The updated status for this space.
-
SpaceUpdate
protected SpaceUpdate()
-
-
Methodendetails
-
builder
-
name
The updated name of the space. -
description
-
homepage
The updated homepage for this space -
type
The updated type for this space. -
status
The updated status for this space. -
name
The updated name of the space.- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
homepage
The updated homepage for this space- Gibt zurück:
this.
-
type
The updated type for this space.- Gibt zurück:
this.
-
status
The updated status for this space.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-