Class ApiEntityResponse
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.common.rest.ApiResponse
io.helidon.integrations.common.rest.ApiEntityResponse
- Direct Known Subclasses:
- CaCertificateGet.Response,- CrlGet.Response,- VaultResponse
Response from a remote server with an entity.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classApiEntityResponse.Builder<B extends ApiEntityResponse.Builder<B,T, X>, T extends ApiEntityResponse, X> Fluent API builder base to build subclasses ofApiEntityResponse.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedApiEntityResponse(ApiEntityResponse.Builder<?, ?, ?> builder) Create a new instance.
- 
Method SummaryMethods inherited from class io.helidon.integrations.common.rest.ApiResponseheaders, requestId, statusMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParserisPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
- 
Constructor Details- 
ApiEntityResponseCreate a new instance.- Parameters:
- builder- the builder
 
 
-