B - The builder to return in order to be able to apply multiple
build operations.public static interface HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>
InputStream property returning
the builder for applying multiple build operations.| Modifier and Type | Method and Description |
|---|---|
B |
withHttpInputStream(InputStream aInputStream)
Sets the
InputStream for the HTTP InputStream
property. |
B withHttpInputStream(InputStream aInputStream)
InputStream for the HTTP InputStream
property.aInputStream - The InputStream to be stored by the
InputStream property.Copyright © 2018. All rights reserved.