public interface StringContentFluent<A extends StringContentFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getPath() |
Boolean |
hasContent() |
Boolean |
hasPath() |
A |
withContent(String content) |
A |
withPath(String path) |
Copyright © 2020–2022 Red Hat. All rights reserved.