Class SystemData


  • public final class SystemData
    extends Object
    Metadata pertaining to creation and last modification of the resource.
    • Constructor Detail

      • SystemData

        public SystemData()
    • Method Detail

      • createdBy

        public String createdBy()
        Get the identity that created the resource.
        Returns:
        the identity that created the resource.
      • createdByType

        public ResourceAuthorIdentityType createdByType()
        Get the type of identity that created the resource.
        Returns:
        the type of identity that created the resource.
      • createdAt

        public OffsetDateTime createdAt()
        Get the timestamp of resource creation (UTC).
        Returns:
        the timestamp of resource creation (UTC).
      • lastModifiedBy

        public String lastModifiedBy()
        Get the identity that last modified the resource.
        Returns:
        the identity that last modified the resource.
      • lastModifiedByType

        public ResourceAuthorIdentityType lastModifiedByType()
        Get the type of identity that last modified the resource.
        Returns:
        the type of identity that last modified the resource.
      • lastModifiedAt

        public OffsetDateTime lastModifiedAt()
        Get the type of identity that last modified the resource.
        Returns:
        the timestamp of resource modification (UTC).