Package io.helidon.integrations.vault
Class ListSecrets.Response
- java.lang.Object
-
- io.helidon.integrations.common.rest.ApiJsonParser
-
- io.helidon.integrations.vault.ListSecrets.Response
-
- Enclosing class:
- ListSecrets
public static class ListSecrets.Response extends ApiJsonParser
Response object parsed from JSON returned by theRestApi
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSecrets.Response
create(JsonObject json)
Create a new list response from JSON entity.List<String>
list()
Get the list.-
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
-
-
-
Method Detail
-
create
public static ListSecrets.Response create(JsonObject json)
Create a new list response from JSON entity.- Parameters:
json
- json object from HTTP response- Returns:
- new response
-
-