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 Summary
Modifier and TypeClassDescriptionstatic class
ApiEntityResponse.Builder<B extends ApiEntityResponse.Builder<B,
T, X>, T extends ApiEntityResponse, X> Fluent API builder base to build subclasses ofApiEntityResponse
. -
Constructor Summary
ModifierConstructorDescriptionprotected
ApiEntityResponse
(ApiEntityResponse.Builder<?, ?, ?> builder) Create a new instance. -
Method Summary
Methods inherited from class io.helidon.integrations.common.rest.ApiResponse
headers, requestId, status
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Constructor Details
-
ApiEntityResponse
Create a new instance.- Parameters:
builder
- the builder
-