Package io.moov.sdk.models.components
Class OnboardingPartnerAccount
- java.lang.Object
-
- io.moov.sdk.models.components.OnboardingPartnerAccount
-
public class OnboardingPartnerAccount extends java.lang.ObjectOnboardingPartnerAccountThe account that created the onboarding invite.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOnboardingPartnerAccount.Builder
-
Constructor Summary
Constructors Constructor Description OnboardingPartnerAccount(java.lang.String accountID, Mode accountMode, java.lang.String displayName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()The account ID of the partner that created the invite.ModeaccountMode()The operating mode for an account.static OnboardingPartnerAccount.Builderbuilder()java.lang.StringdisplayName()The name of the Moov account used to create the onboarding invite.booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()OnboardingPartnerAccountwithAccountID(java.lang.String accountID)The account ID of the partner that created the invite.OnboardingPartnerAccountwithAccountMode(Mode accountMode)The operating mode for an account.OnboardingPartnerAccountwithDisplayName(java.lang.String displayName)The name of the Moov account used to create the onboarding invite.
-
-
-
Constructor Detail
-
OnboardingPartnerAccount
public OnboardingPartnerAccount(java.lang.String accountID, Mode accountMode, java.lang.String displayName)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
The account ID of the partner that created the invite.
-
accountMode
public Mode accountMode()
The operating mode for an account.
-
displayName
public java.lang.String displayName()
The name of the Moov account used to create the onboarding invite.
-
builder
public static final OnboardingPartnerAccount.Builder builder()
-
withAccountID
public OnboardingPartnerAccount withAccountID(java.lang.String accountID)
The account ID of the partner that created the invite.
-
withAccountMode
public OnboardingPartnerAccount withAccountMode(Mode accountMode)
The operating mode for an account.
-
withDisplayName
public OnboardingPartnerAccount withDisplayName(java.lang.String displayName)
The name of the Moov account used to create the onboarding invite.
-
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
-
-