Uses of Class
org.cyclonedx.model.AttachmentText
-
-
Uses of AttachmentText in org.cyclonedx.model
Fields in org.cyclonedx.model declared as AttachmentText Modifier and Type Field Description private AttachmentTextLicense. attachmentTextprivate AttachmentTextSwid. attachmentTextprivate AttachmentTextDiff. textprivate AttachmentTextReleaseNotes.Notes. textMethods in org.cyclonedx.model that return AttachmentText Modifier and Type Method Description AttachmentTextLicense. getAttachmentText()AttachmentTextSwid. getAttachmentText()AttachmentTextDiff. getText()AttachmentTextReleaseNotes.Notes. getText()Methods in org.cyclonedx.model with parameters of type AttachmentText Modifier and Type Method Description voidSwid. setAttachmentText(AttachmentText attachmentText)voidLicense. setLicenseText(AttachmentText attachmentText)voidDiff. setText(AttachmentText text)voidReleaseNotes.Notes. setText(AttachmentText text) -
Uses of AttachmentText in org.cyclonedx.model.attestation.evidence
Fields in org.cyclonedx.model.attestation.evidence declared as AttachmentText Modifier and Type Field Description private AttachmentTextContents. attachmentMethods in org.cyclonedx.model.attestation.evidence that return AttachmentText Modifier and Type Method Description AttachmentTextContents. getAttachment()Methods in org.cyclonedx.model.attestation.evidence with parameters of type AttachmentText Modifier and Type Method Description voidContents. setAttachment(AttachmentText attachment) -
Uses of AttachmentText in org.cyclonedx.model.component.modelCard.data
Fields in org.cyclonedx.model.component.modelCard.data declared as AttachmentText Modifier and Type Field Description private AttachmentTextContent. attachmentprivate AttachmentTextGraphics.Graphic. imageMethods in org.cyclonedx.model.component.modelCard.data that return AttachmentText Modifier and Type Method Description AttachmentTextContent. getAttachment()AttachmentTextGraphics.Graphic. getImage()Methods in org.cyclonedx.model.component.modelCard.data with parameters of type AttachmentText Modifier and Type Method Description voidContent. setAttachment(AttachmentText attachment)voidGraphics.Graphic. setImage(AttachmentText image) -
Uses of AttachmentText in org.cyclonedx.model.formulation.common
Fields in org.cyclonedx.model.formulation.common declared as AttachmentText Modifier and Type Field Description private AttachmentTextAbstractType. dataMethods in org.cyclonedx.model.formulation.common that return AttachmentText Modifier and Type Method Description AttachmentTextAbstractType. getData()Methods in org.cyclonedx.model.formulation.common with parameters of type AttachmentText Modifier and Type Method Description voidAbstractType. setData(AttachmentText data) -
Uses of AttachmentText in org.cyclonedx.model.formulation.trigger
Fields in org.cyclonedx.model.formulation.trigger declared as AttachmentText Modifier and Type Field Description private AttachmentTextEvent. dataMethods in org.cyclonedx.model.formulation.trigger that return AttachmentText Modifier and Type Method Description AttachmentTextEvent. getData()Methods in org.cyclonedx.model.formulation.trigger with parameters of type AttachmentText Modifier and Type Method Description voidEvent. setData(AttachmentText data) -
Uses of AttachmentText in org.cyclonedx.model.vulnerability
Fields in org.cyclonedx.model.vulnerability with type parameters of type AttachmentText Modifier and Type Field Description private java.util.List<AttachmentText>ProofOfConcept. supportingMaterialMethods in org.cyclonedx.model.vulnerability that return types with arguments of type AttachmentText Modifier and Type Method Description java.util.List<AttachmentText>ProofOfConcept. getSupportingMaterial()Method parameters in org.cyclonedx.model.vulnerability with type arguments of type AttachmentText Modifier and Type Method Description voidProofOfConcept. setSupportingMaterial(java.util.List<AttachmentText> supportingMaterial) -
Uses of AttachmentText in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return AttachmentText Modifier and Type Method Description AttachmentTextAttachmentTextDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)
-