| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Customer |
Customer.Builder.build() |
Customer |
Customer.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Customer |
Customer.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Customer |
Customer.withAddress(PostalAddressType address) |
Customer |
Customer.withBlocked(String blocked) |
Customer |
Customer.withCurrencyCode(String currencyCode) |
Customer |
Customer.withCurrencyId(String currencyId) |
Customer |
Customer.withDisplayName(String displayName) |
Customer |
Customer.withEmail(String email) |
Customer |
Customer.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Customer |
Customer.withNumber(String number) |
Customer |
Customer.withPaymentMethodId(String paymentMethodId) |
Customer |
Customer.withPaymentTermsId(String paymentTermsId) |
Customer |
Customer.withPhoneNumber(String phoneNumber) |
Customer |
Customer.withShipmentMethodId(String shipmentMethodId) |
Customer |
Customer.withTaxAreaDisplayName(String taxAreaDisplayName) |
Customer |
Customer.withTaxAreaId(String taxAreaId) |
Customer |
Customer.withTaxLiable(Boolean taxLiable) |
Customer |
Customer.withTaxRegistrationNumber(String taxRegistrationNumber) |
Customer |
Customer.withType(String type) |
Customer |
Customer.withWebsite(String website) |
Copyright © 2018–2020. All rights reserved.