Uses of Class
odata.msgraph.client.beta.entity.PaymentMethod.Builder
-
Packages that use PaymentMethod.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of PaymentMethod.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PaymentMethod.Builder Modifier and Type Method Description static PaymentMethod.BuilderPaymentMethod. builderPaymentMethod()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PaymentMethod.BuilderPaymentMethod.Builder. code(String code)PaymentMethod.BuilderPaymentMethod.Builder. displayName(String displayName)PaymentMethod.BuilderPaymentMethod.Builder. id(String id)PaymentMethod.BuilderPaymentMethod.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-