Klasse SpaceCreate.SpaceCreateBuilder

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpaceCreate.SpaceCreateBuilder
Umschließende Klasse:
SpaceCreate

public static class SpaceCreate.SpaceCreateBuilder extends Object
  • 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

      public SpaceCreate.SpaceCreateBuilder description(SpaceDescriptionCreate description)
      Gibt zurück:
      this.
    • permissions

      public SpaceCreate.SpaceCreateBuilder permissions(List<SpacePermissionCreate> 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

      public SpaceCreate build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object