Package io.moov.sdk.models.components
Class PatchAccountCustomerSupport.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.PatchAccountCustomerSupport.Builder
-
- Enclosing class:
- PatchAccountCustomerSupport
public static final class PatchAccountCustomerSupport.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchAccountCustomerSupport.Builderaddress(AddressUpdate address)PatchAccountCustomerSupport.Builderaddress(java.util.Optional<? extends AddressUpdate> address)PatchAccountCustomerSupportbuild()PatchAccountCustomerSupport.Builderemail(java.lang.String email)PatchAccountCustomerSupport.Builderemail(java.util.Optional<java.lang.String> email)PatchAccountCustomerSupport.Builderphone(PhoneNumber phone)PatchAccountCustomerSupport.Builderphone(java.util.Optional<? extends PhoneNumber> phone)PatchAccountCustomerSupport.Builderwebsite(java.lang.String website)PatchAccountCustomerSupport.Builderwebsite(java.util.Optional<java.lang.String> website)
-
-
-
Method Detail
-
phone
public PatchAccountCustomerSupport.Builder phone(PhoneNumber phone)
-
phone
public PatchAccountCustomerSupport.Builder phone(java.util.Optional<? extends PhoneNumber> phone)
-
email
public PatchAccountCustomerSupport.Builder email(java.lang.String email)
-
email
public PatchAccountCustomerSupport.Builder email(java.util.Optional<java.lang.String> email)
-
address
public PatchAccountCustomerSupport.Builder address(AddressUpdate address)
-
address
public PatchAccountCustomerSupport.Builder address(java.util.Optional<? extends AddressUpdate> address)
-
website
public PatchAccountCustomerSupport.Builder website(java.lang.String website)
-
website
public PatchAccountCustomerSupport.Builder website(java.util.Optional<java.lang.String> website)
-
build
public PatchAccountCustomerSupport build()
-
-