Package io.moov.sdk.models.operations
Class UpdateWalletRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.UpdateWalletRequest
-
public class UpdateWalletRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateWalletRequest.Builder
-
Constructor Summary
Constructors Constructor Description UpdateWalletRequest(java.lang.String walletID, java.lang.String accountID, PatchWallet patchWallet)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()The Moov account ID the wallet belongs to.static UpdateWalletRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()PatchWalletpatchWallet()java.lang.StringtoString()java.lang.StringwalletID()Identifier for the wallet.UpdateWalletRequestwithAccountID(java.lang.String accountID)The Moov account ID the wallet belongs to.UpdateWalletRequestwithPatchWallet(PatchWallet patchWallet)UpdateWalletRequestwithWalletID(java.lang.String walletID)Identifier for the wallet.
-
-
-
Constructor Detail
-
UpdateWalletRequest
public UpdateWalletRequest(java.lang.String walletID, java.lang.String accountID, PatchWallet patchWallet)
-
-
Method Detail
-
walletID
public java.lang.String walletID()
Identifier for the wallet.
-
accountID
public java.lang.String accountID()
The Moov account ID the wallet belongs to.
-
patchWallet
public PatchWallet patchWallet()
-
builder
public static UpdateWalletRequest.Builder builder()
-
withWalletID
public UpdateWalletRequest withWalletID(java.lang.String walletID)
Identifier for the wallet.
-
withAccountID
public UpdateWalletRequest withAccountID(java.lang.String accountID)
The Moov account ID the wallet belongs to.
-
withPatchWallet
public UpdateWalletRequest withPatchWallet(PatchWallet patchWallet)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-