Package io.moov.sdk.models.components
Class PatchAccount
- java.lang.Object
-
- io.moov.sdk.models.components.PatchAccount
-
public class PatchAccount extends java.lang.ObjectPatchAccountDescribes the fields available when patching a Moov account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchAccount.Builder
-
Constructor Summary
Constructors Constructor Description PatchAccount()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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatchAccount.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<PatchAccountCustomerSupport>customerSupport()booleanequals(java.lang.Object o)java.util.Optional<java.lang.String>foreignID()inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.String>>metadata()java.util.Optional<PatchProfile>profile()Describes the fields available when patching a profile.java.util.Optional<CreateAccountSettings>settings()java.util.Optional<PatchAccountTermsOfService>termsOfService()java.lang.StringtoString()PatchAccountwithCustomerSupport(PatchAccountCustomerSupport customerSupport)PatchAccountwithCustomerSupport(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountCustomerSupport> customerSupport)PatchAccountwithForeignID(java.lang.String foreignID)PatchAccountwithForeignID(java.util.Optional<java.lang.String> foreignID)PatchAccountwithMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)PatchAccountwithMetadata(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.String>> metadata)PatchAccountwithProfile(PatchProfile profile)Describes the fields available when patching a profile.PatchAccountwithProfile(java.util.Optional<? extends PatchProfile> profile)Describes the fields available when patching a profile.PatchAccountwithSettings(CreateAccountSettings settings)PatchAccountwithSettings(java.util.Optional<? extends CreateAccountSettings> settings)PatchAccountwithTermsOfService(PatchAccountTermsOfService termsOfService)PatchAccountwithTermsOfService(java.util.Optional<? extends PatchAccountTermsOfService> termsOfService)
-
-
-
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()
-
termsOfService
public java.util.Optional<PatchAccountTermsOfService> termsOfService()
-
foreignID
public java.util.Optional<java.lang.String> foreignID()
-
customerSupport
public org.openapitools.jackson.nullable.JsonNullable<PatchAccountCustomerSupport> customerSupport()
-
settings
public java.util.Optional<CreateAccountSettings> settings()
-
builder
public static final PatchAccount.Builder builder()
-
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)
-
withTermsOfService
public PatchAccount withTermsOfService(PatchAccountTermsOfService termsOfService)
-
withTermsOfService
public PatchAccount withTermsOfService(java.util.Optional<? extends PatchAccountTermsOfService> termsOfService)
-
withForeignID
public PatchAccount withForeignID(java.lang.String foreignID)
-
withForeignID
public PatchAccount withForeignID(java.util.Optional<java.lang.String> foreignID)
-
withCustomerSupport
public PatchAccount withCustomerSupport(PatchAccountCustomerSupport customerSupport)
-
withCustomerSupport
public PatchAccount withCustomerSupport(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountCustomerSupport> customerSupport)
-
withSettings
public PatchAccount withSettings(CreateAccountSettings settings)
-
withSettings
public PatchAccount withSettings(java.util.Optional<? extends CreateAccountSettings> settings)
-
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
-
-