Interface Definition

    • Method Detail

      • getId

        String getId()
        Returns:
        The id of this definition.
      • getName

        String getName()
        Returns:
        The name of this definition.
      • getDefinition

        String getDefinition()
        Returns:
        The text of this definition.
      • getCreatedAt

        Date getCreatedAt()
        Returns:
        the createdAt
      • getUpdatedAt

        Date getUpdatedAt()
        Returns:
        the updatedAt
      • isSystem

        Boolean isSystem()
        Returns:
        True if the definition is system (not createdAt by user).
      • getTags

        List<String> getTags()
        Returns:
        User tags.
      • getScope

        Scope getScope()
        Returns:
        Definition scope.
      • getProjectId

        String getProjectId()
        Returns:
        Definition project ID.