Class CreateProjectRequest

    • Method Detail

      • spaceName

        public final String spaceName()

        The name of the space.

        Returns:
        The name of the space.
      • displayName

        public final String displayName()

        The friendly name of the project that will be displayed to users.

        Returns:
        The friendly name of the project that will be displayed to users.
      • description

        public final String description()

        The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.

        Returns:
        The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object