Class GHSBOM.Relationship

java.lang.Object
org.kohsuke.github.GHSBOM.Relationship
Enclosing class:
GHSBOM

public static class GHSBOM.Relationship extends Object
Represents a relationship between SPDX elements.
  • Constructor Details

    • Relationship

      public Relationship()
      Create default Relationship instance.
  • Method Details

    • getRelatedSpdxElement

      public String getRelatedSpdxElement()
      Gets the related SPDX element.
      Returns:
      the related SPDX element ID
    • getRelationshipType

      public String getRelationshipType()
      Gets the relationship type.
      Returns:
      the relationship type (e.g., "DEPENDS_ON")
    • getSpdxElementId

      public String getSpdxElementId()
      Gets the SPDX element ID.
      Returns:
      the SPDX element ID