Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.billing.BillStatus
Packages that use BillStatus
-
Uses of BillStatus in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return BillStatusModifier and TypeMethodDescriptionStatusHistory.current()static BillStatusBill.status()static BillStatusReturns the enum constant of this class with the specified name.static BillStatus[]BillStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return types with arguments of type BillStatusMethods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type BillStatusModifier and TypeMethodDescriptionvoidBillingDatabaseClient.setStatus(Bill.Id billId, String agent, BillStatus status) Set status for the given billvoidBillingDatabaseClientMock.setStatus(Bill.Id invoiceId, String agent, BillStatus status) voidBillingController.updateBillStatus(Bill.Id billId, String agent, BillStatus status) Change the status of the given billvoidMockBillingController.updateBillStatus(Bill.Id billId, String agent, BillStatus status) Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type BillStatus