Uses of Class
odata.msgraph.client.beta.entity.PaymentMethod
-
Packages that use PaymentMethod Package Description odata.msgraph.client.beta.entity -
-
Uses of PaymentMethod in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PaymentMethod Modifier and Type Method Description PaymentMethodPaymentMethod.Builder. build()PaymentMethodPaymentMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PaymentMethodPaymentMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PaymentMethodPaymentMethod. withCode(String code)PaymentMethodPaymentMethod. withDisplayName(String displayName)PaymentMethodPaymentMethod. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)PaymentMethodPaymentMethod. withUnmappedField(String name, String value)
-