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