Class SpaceDetails

    • Method Detail

      • domainId

        public final String domainId()

        The ID of the associated domain.

        Returns:
        The ID of the associated domain.
      • spaceName

        public final String spaceName()

        The name of the space.

        Returns:
        The name of the space.
      • creationTime

        public final Instant creationTime()

        The creation time.

        Returns:
        The creation time.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The last modified time.

        Returns:
        The last modified time.
      • spaceSettingsSummary

        public final SpaceSettingsSummary spaceSettingsSummary()

        Specifies summary information about the space settings.

        Returns:
        Specifies summary information about the space settings.
      • spaceSharingSettingsSummary

        public final SpaceSharingSettingsSummary spaceSharingSettingsSummary()

        Specifies summary information about the space sharing settings.

        Returns:
        Specifies summary information about the space sharing settings.
      • ownershipSettingsSummary

        public final OwnershipSettingsSummary ownershipSettingsSummary()

        Specifies summary information about the ownership settings.

        Returns:
        Specifies summary information about the ownership settings.
      • spaceDisplayName

        public final String spaceDisplayName()

        The name of the space that appears in the Studio UI.

        Returns:
        The name of the space that appears in the Studio UI.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)