| Modifier and Type | Method and Description |
|---|---|
static Content |
Content.fromValue(String value) |
static Content |
Content.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Content[] |
Content.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Content> |
ToolComponent.getContents()
The kinds of data contained in this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolComponent.setContents(Set<Content> contents)
The kinds of data contained in this object.
|
ToolComponent |
ToolComponent.withContents(Set<Content> contents) |
Copyright © 2020 Contrast Security. All rights reserved.