Klasse SpaceCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpaceCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SpaceCreate
extends Object
SpaceCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected SpaceDescriptionCreateprotected StringThe key for the new space.protected StringThe name of the new space.protected List<SpacePermissionCreate>The permissions for the new space. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSpaceCreate(String key, String name, SpaceDescriptionCreate description, List<SpacePermissionCreate> permissions) Constructs a validated instance ofSpaceCreate.SpaceCreate(Consumer<SpaceCreate> spec) Constructs a validated instance ofSpaceCreate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleandescription(SpaceDescriptionCreate description) booleaninthashCode()key()The key for the new space.The key for the new space.name()The name of the new space.The name of the new space.The permissions for the new space.permissions(List<SpacePermissionCreate> permissions) The permissions for the new space.toString()
-
Felddetails
-
key
The key for the new space. Format: See [Space keys](https://confluence.atlassian.com/x/lqNMMQ). -
name
The name of the new space. -
description
-
permissions
The permissions for the new space. If no permissions are provided, the [Confluence default space permissions](https://confluence.atlassian.com/x/UAgzKw#CreateaSpace-Spacepermissions) are applied. Note that if permissions are provided, the space is created with only the provided set of permissions, not including the default space permissions. Space permissions can be modified after creation using the space permissions endpoints, and a private space can be created using the create private space endpoint.
-
-
Konstruktordetails
-
SpaceCreate
Constructs a validated instance ofSpaceCreate.- Parameter:
spec- the specification to process
-
SpaceCreate
@Internal public SpaceCreate(String key, String name, SpaceDescriptionCreate description, List<SpacePermissionCreate> permissions) Constructs a validated instance ofSpaceCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceCreate(Consumer)instead.- Parameter:
key- The key for the new space. Format: See [Space keys](https://confluence.atlassian.com/x/lqNMMQ).name- The name of the new space.description- descriptionpermissions- The permissions for the new space. If no permissions are provided, the [Confluence default space permissions](https://confluence.atlassian.com/x/UAgzKw#CreateaSpace-Spacepermissions) are applied. Note that if permissions are provided, the space is created with only the provided set of permissions, not including the default space permissions. Space permissions can be modified after creation using the space permissions endpoints, and a private space can be created using the create private space endpoint.
-
SpaceCreate
protected SpaceCreate()
-
-
Methodendetails
-
builder
-
key
The key for the new space. Format: See [Space keys](https://confluence.atlassian.com/x/lqNMMQ). -
name
The name of the new space. -
description
-
permissions
The permissions for the new space. If no permissions are provided, the [Confluence default space permissions](https://confluence.atlassian.com/x/UAgzKw#CreateaSpace-Spacepermissions) are applied. Note that if permissions are provided, the space is created with only the provided set of permissions, not including the default space permissions. Space permissions can be modified after creation using the space permissions endpoints, and a private space can be created using the create private space endpoint. -
key
The key for the new space. Format: See [Space keys](https://confluence.atlassian.com/x/lqNMMQ).- Gibt zurück:
this.
-
name
The name of the new space.- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
permissions
The permissions for the new space. If no permissions are provided, the [Confluence default space permissions](https://confluence.atlassian.com/x/UAgzKw#CreateaSpace-Spacepermissions) are applied. Note that if permissions are provided, the space is created with only the provided set of permissions, not including the default space permissions. Space permissions can be modified after creation using the space permissions endpoints, and a private space can be created using the create private space endpoint.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-