Uses of Class
com.ellucian.generated.eedm.accounts_payable_invoices.v11_0.LineItem.PaymentStatus
-
Packages that use LineItem.PaymentStatus Package Description com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 -
-
Uses of LineItem.PaymentStatus in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0
Fields in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 declared as LineItem.PaymentStatus Modifier and Type Field Description private LineItem.PaymentStatusLineItem. paymentStatusPayment StatusFields in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 with type parameters of type LineItem.PaymentStatus Modifier and Type Field Description private static Map<String,LineItem.PaymentStatus>LineItem.PaymentStatus. CONSTANTSMethods in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 that return LineItem.PaymentStatus Modifier and Type Method Description static LineItem.PaymentStatusLineItem.PaymentStatus. fromValue(String value)LineItem.PaymentStatusLineItem. getPaymentStatus()Payment Statusstatic LineItem.PaymentStatusLineItem.PaymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LineItem.PaymentStatus[]LineItem.PaymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 with parameters of type LineItem.PaymentStatus Modifier and Type Method Description voidLineItem. setPaymentStatus(LineItem.PaymentStatus paymentStatus)Payment StatusLineItemLineItem. withPaymentStatus(LineItem.PaymentStatus paymentStatus)
-