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
Nested 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 Summary
ConstructorsModifierConstructorDescriptionprotectedApiEntityResponse(ApiEntityResponse.Builder<?, ?, ?> builder) Create a new instance. -
Method Summary
Methods inherited from class io.helidon.integrations.common.rest.ApiResponse
headers, requestId, statusMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, isPresent, stringValue, stringValue, toBoolean, toBoolean, toBytesBase64, toBytesBase64, toDouble, toDouble, toInstant, toInstant, toInt, toInt, toList, toList, toLong, toLong, toMap, toMap, toObject, toObject, toString, toString
-
Constructor Details
-
ApiEntityResponse
Create a new instance.- Parameters:
builder- the builder
-