C - the response body typepublic abstract class ContentsBodyReader<C> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected C |
content
The C type content.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getFirstParagraph()
Extract the first paragraph from the whole content body
and return it as a String.
|
Copyright © 2019. All rights reserved.