Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.billing.FailedInvoiceUpdate.Reason
Packages that use FailedInvoiceUpdate.Reason
-
Uses of FailedInvoiceUpdate.Reason in com.yahoo.vespa.hosted.controller.api.integration.billing
Fields in com.yahoo.vespa.hosted.controller.api.integration.billing declared as FailedInvoiceUpdate.ReasonMethods in com.yahoo.vespa.hosted.controller.api.integration.billing that return FailedInvoiceUpdate.ReasonModifier and TypeMethodDescriptionstatic FailedInvoiceUpdate.ReasonReturns the enum constant of this class with the specified name.static FailedInvoiceUpdate.Reason[]FailedInvoiceUpdate.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type FailedInvoiceUpdate.ReasonModifierConstructorDescriptionFailedInvoiceUpdate(Bill.Id billId, FailedInvoiceUpdate.Reason reason)