Class OnboardingPartnerAccount


  • public class OnboardingPartnerAccount
    extends java.lang.Object
    OnboardingPartnerAccount

    The account that created 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.
      • withAccountID

        public OnboardingPartnerAccount withAccountID​(java.lang.String accountID)
        The account ID of the partner that created the invite.
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object