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