Class GetSourceRepositoryResponse

    • Method Detail

      • spaceName

        public final String spaceName()

        The name of the space.

        Returns:
        The name of the space.
      • projectName

        public final String projectName()

        The name of the project in the space.

        Returns:
        The name of the project in the space.
      • name

        public final String name()

        The name of the source repository.

        Returns:
        The name of the source repository.
      • description

        public final String description()

        The description of the source repository.

        Returns:
        The description of the source repository.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Returns:
        The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
      • createdTime

        public final Instant createdTime()

        The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Returns:
        The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
      • 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