public interface StreamContentFluent<A extends StreamContentFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
ContainerEntry.DataSupplier |
getDataSupplier() |
String |
getPath() |
Long |
getSize() |
Boolean |
hasDataSupplier() |
Boolean |
hasPath() |
Boolean |
hasSize() |
A |
withDataSupplier(ContainerEntry.DataSupplier dataSupplier) |
A |
withPath(String path) |
A |
withSize(Long size) |
String getPath()
Boolean hasPath()
Long getSize()
Boolean hasSize()
ContainerEntry.DataSupplier getDataSupplier()
A withDataSupplier(ContainerEntry.DataSupplier dataSupplier)
Boolean hasDataSupplier()
Copyright © 2020–2022 Red Hat. All rights reserved.