Class SystemDataResponse


  • public final class SystemDataResponse
    extends java.lang.Object
    • Method Detail

      • createdAt

        public java.util.Optional<java.lang.String> createdAt()
        Returns:
        The timestamp of resource creation (UTC).
      • createdBy

        public java.util.Optional<java.lang.String> createdBy()
        Returns:
        The identity that created the resource.
      • createdByType

        public java.util.Optional<java.lang.String> createdByType()
        Returns:
        The type of identity that created the resource.
      • lastModifiedAt

        public java.util.Optional<java.lang.String> lastModifiedAt()
        Returns:
        The timestamp of resource last modification (UTC)
      • lastModifiedBy

        public java.util.Optional<java.lang.String> lastModifiedBy()
        Returns:
        The identity that last modified the resource.
      • lastModifiedByType

        public java.util.Optional<java.lang.String> lastModifiedByType()
        Returns:
        The type of identity that last modified the resource.