Class Graph

    • Method Detail

      • getGraphQlTypeName

        public String getGraphQlTypeName()
      • getUri

        public ID getUri()
        The URI of the resource.
      • setUri

        public Graph setUri​(ID arg)
      • getLabel

        public String getLabel()
        A human-readable display label.
      • getCreationTimeStamp

        public String getCreationTimeStamp()
        The time stamp that this graph was created (if known).
      • setCreationTimeStamp

        public Graph setCreationTimeStamp​(String arg)
      • getCreator

        public User getCreator()
        The user who created this graph (if known).
      • setCreator

        public Graph setCreator​(User arg)
      • getDescription

        public String getDescription()
        A human-readable description of the graph (in the user's preferred language).
      • setDescription

        public Graph setDescription​(String arg)
      • getType

        public List<_Resource> getType()
        The types of this Graph
      • getResults

        public List<_ValidationResult> getResults()
        The (validation) results for the surrounding object, e.g. current constraint violations.