Klasse SpaceCreate.SpaceCreateBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpaceCreate.SpaceCreateBuilder
- Umschließende Klasse:
SpaceCreate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()description(SpaceDescriptionCreate description) The key for the new space.The name of the new space.permissions(List<SpacePermissionCreate> permissions) The permissions for the new space.toString()
-
Methodendetails
-
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.
-
build
-
toString
-