Uses of Class
odata.msgraph.client.beta.entity.Customer
-
Packages that use Customer Package Description odata.msgraph.client.beta.entity -
-
Uses of Customer in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Customer Modifier and Type Method Description CustomerCustomer.Builder. build()CustomerCustomer. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CustomerCustomer. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CustomerCustomer. withAddress(PostalAddressType address)CustomerCustomer. withBlocked(String blocked)CustomerCustomer. withCurrencyCode(String currencyCode)CustomerCustomer. withCurrencyId(String currencyId)CustomerCustomer. withDisplayName(String displayName)CustomerCustomer. withEmail(String email)CustomerCustomer. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CustomerCustomer. withNumber(String number)CustomerCustomer. withPaymentMethodId(String paymentMethodId)CustomerCustomer. withPaymentTermsId(String paymentTermsId)CustomerCustomer. withPhoneNumber(String phoneNumber)CustomerCustomer. withShipmentMethodId(String shipmentMethodId)CustomerCustomer. withTaxAreaDisplayName(String taxAreaDisplayName)CustomerCustomer. withTaxAreaId(String taxAreaId)CustomerCustomer. withTaxLiable(Boolean taxLiable)CustomerCustomer. withTaxRegistrationNumber(String taxRegistrationNumber)CustomerCustomer. withType(String type)CustomerCustomer. withUnmappedField(String name, String value)CustomerCustomer. withWebsite(String website)
-