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(UUID currencyId)CustomerCustomer. withDisplayName(String displayName)CustomerCustomer. withEmail(String email)CustomerCustomer. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CustomerCustomer. withNumber(String number)CustomerCustomer. withPaymentMethodId(UUID paymentMethodId)CustomerCustomer. withPaymentTermsId(UUID paymentTermsId)CustomerCustomer. withPhoneNumber(String phoneNumber)CustomerCustomer. withShipmentMethodId(UUID shipmentMethodId)CustomerCustomer. withTaxAreaDisplayName(String taxAreaDisplayName)CustomerCustomer. withTaxAreaId(UUID taxAreaId)CustomerCustomer. withTaxLiable(Boolean taxLiable)CustomerCustomer. withTaxRegistrationNumber(String taxRegistrationNumber)CustomerCustomer. withType(String type)CustomerCustomer. withUnmappedField(String name, String value)CustomerCustomer. withWebsite(String website)
-