Package io.helidon.integrations.oci.atp
Class GenerateAutonomousDatabaseWallet.Response
- java.lang.Object
-
- io.helidon.integrations.common.rest.ApiJsonParser
-
- io.helidon.integrations.oci.connect.OciResponseParser
-
- io.helidon.integrations.oci.atp.GenerateAutonomousDatabaseWallet.Response
-
- Enclosing class:
- GenerateAutonomousDatabaseWallet
public static class GenerateAutonomousDatabaseWallet.Response extends OciResponseParser
Response object parsed from JSON returned by theRestApi
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateAutonomousDatabaseWallet.WalletArchive
walletArchive()
Returns the wallet retrieved.-
Methods inherited from class io.helidon.integrations.oci.connect.OciResponseParser
getInstant, toInstant
-
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
-
-
-
Method Detail
-
walletArchive
public GenerateAutonomousDatabaseWallet.WalletArchive walletArchive()
Returns the wallet retrieved.- Returns:
- WalletArchive - wallet data
-
-