Package io.moov.sdk.models.operations
Class CreateWalletRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.CreateWalletRequest
-
public class CreateWalletRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateWalletRequest.Builder
-
Constructor Summary
Constructors Constructor Description CreateWalletRequest(java.lang.String accountID, CreateWallet createWallet)
-
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 CreateWalletRequest.Builderbuilder()CreateWalletcreateWallet()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()CreateWalletRequestwithAccountID(java.lang.String accountID)The Moov account ID the wallet belongs to.CreateWalletRequestwithCreateWallet(CreateWallet createWallet)
-
-
-
Constructor Detail
-
CreateWalletRequest
public CreateWalletRequest(java.lang.String accountID, CreateWallet createWallet)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
The Moov account ID the wallet belongs to.
-
createWallet
public CreateWallet createWallet()
-
builder
public static CreateWalletRequest.Builder builder()
-
withAccountID
public CreateWalletRequest withAccountID(java.lang.String accountID)
The Moov account ID the wallet belongs to.
-
withCreateWallet
public CreateWalletRequest withCreateWallet(CreateWallet createWallet)
-
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
-
-