| Modifier and Type | Method and Description |
|---|---|
ArtifactContent |
WebRequest.getBody()
Represents the contents of an artifact.
|
ArtifactContent |
WebResponse.getBody()
Represents the contents of an artifact.
|
ArtifactContent |
Artifact.getContents()
Represents the contents of an artifact.
|
ArtifactContent |
Replacement.getInsertedContent()
Represents the contents of an artifact.
|
ArtifactContent |
Region.getSnippet()
Represents the contents of an artifact.
|
ArtifactContent |
ArtifactContent.withBinary(String binary) |
ArtifactContent |
ArtifactContent.withProperties(PropertyBag properties) |
ArtifactContent |
ArtifactContent.withRendered(MultiformatMessageString rendered) |
ArtifactContent |
ArtifactContent.withText(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebRequest.setBody(ArtifactContent body)
Represents the contents of an artifact.
|
void |
WebResponse.setBody(ArtifactContent body)
Represents the contents of an artifact.
|
void |
Artifact.setContents(ArtifactContent contents)
Represents the contents of an artifact.
|
void |
Replacement.setInsertedContent(ArtifactContent insertedContent)
Represents the contents of an artifact.
|
void |
Region.setSnippet(ArtifactContent snippet)
Represents the contents of an artifact.
|
WebRequest |
WebRequest.withBody(ArtifactContent body) |
WebResponse |
WebResponse.withBody(ArtifactContent body) |
Artifact |
Artifact.withContents(ArtifactContent contents) |
Replacement |
Replacement.withInsertedContent(ArtifactContent insertedContent) |
Region |
Region.withSnippet(ArtifactContent snippet) |
Copyright © 2020 Contrast Security. All rights reserved.