Klasse DataPolicySpace
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.DataPolicySpace
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DataPolicySpace
extends Object
DataPolicySpace
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected SpaceLinksprotected DataPolicySpaceDataPolicyprotected SpaceDescriptionprotected SpaceIconprotected StringID of the space.protected StringKey of the space.protected StringName of the space. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDataPolicySpace(String id, String key, String name, SpaceDescription description, DataPolicySpaceDataPolicy dataPolicy, SpaceIcon icon, SpaceLinks _links) Constructs a validated instance ofDataPolicySpace.Constructs a validated instance ofDataPolicySpace. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(SpaceLinks _links) builder()protected booleandataPolicy(DataPolicySpaceDataPolicy dataPolicy) description(SpaceDescription description) booleaninthashCode()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.toString()
-
Felddetails
-
id
ID of the space. -
key
Key of the space. -
name
Name of the space. -
description
-
dataPolicy
-
icon
-
_links
-
-
Konstruktordetails
-
DataPolicySpace
Constructs a validated instance ofDataPolicySpace.- Parameter:
spec- the specification to process
-
DataPolicySpace
@Internal public DataPolicySpace(String id, String key, String name, SpaceDescription description, DataPolicySpaceDataPolicy dataPolicy, SpaceIcon icon, SpaceLinks _links) Constructs a validated instance ofDataPolicySpace.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DataPolicySpace(Consumer)instead.- Parameter:
id- ID of the space.key- Key of the space.name- Name of the space.description- descriptiondataPolicy- dataPolicyicon- icon_links- _links
-
DataPolicySpace
protected DataPolicySpace()
-
-
Methodendetails
-
builder
-
id
ID of the space. -
key
Key of the space. -
name
Name of the space. -
description
-
dataPolicy
-
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.
-
description
- Gibt zurück:
this.
-
dataPolicy
- Gibt zurück:
this.
-
icon
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-