Class PatchAccount


  • public class PatchAccount
    extends java.lang.Object
    PatchAccount

    Describes the fields available when patching a Moov account.

    • Constructor Detail

      • PatchAccount

        public PatchAccount​(java.util.Optional<? extends PatchProfile> profile,
                            org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.String>> metadata,
                            java.util.Optional<? extends PatchAccountTermsOfService> termsOfService,
                            java.util.Optional<java.lang.String> foreignID,
                            org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountCustomerSupport> customerSupport,
                            java.util.Optional<? extends CreateAccountSettings> settings)
      • PatchAccount

        public PatchAccount()
    • Method Detail

      • profile

        public java.util.Optional<PatchProfile> profile()
        Describes the fields available when patching a profile. Each object can be patched independent of patching the other fields.
      • metadata

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.String>> metadata()
      • foreignID

        public java.util.Optional<java.lang.String> foreignID()
      • withProfile

        public PatchAccount withProfile​(PatchProfile profile)
        Describes the fields available when patching a profile. Each object can be patched independent of patching the other fields.
      • withProfile

        public PatchAccount withProfile​(java.util.Optional<? extends PatchProfile> profile)
        Describes the fields available when patching a profile. Each object can be patched independent of patching the other fields.
      • withMetadata

        public PatchAccount withMetadata​(java.util.Map<java.lang.String,​java.lang.String> metadata)
      • withMetadata

        public PatchAccount withMetadata​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.String>> metadata)
      • withForeignID

        public PatchAccount withForeignID​(java.lang.String foreignID)
      • withForeignID

        public PatchAccount withForeignID​(java.util.Optional<java.lang.String> foreignID)
      • 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