Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Bill.ItemKeyType
Packages that use Bill.ItemKeyType
-
Uses of Bill.ItemKeyType in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return Bill.ItemKeyTypeModifier and TypeMethodDescriptionstatic Bill.ItemKeyTypeReturns the enum constant of this class with the specified name.static Bill.ItemKeyType[]Bill.ItemKeyType.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 Bill.ItemKeyTypeModifier and TypeMethodDescriptionBill.ItemKey.keys()Returns the value of thekeysrecord component.Bill.ItemRequest.keyTypes()Returns the value of thekeyTypesrecord component.Method parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type Bill.ItemKeyTypeModifier and TypeMethodDescriptionstatic Bill.ItemRequestBill.ItemRequest.of(Collection<Bill.ItemKeyType> keyTypes) Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type Bill.ItemKeyTypeModifierConstructorDescriptionItemKey(EnumMap<Bill.ItemKeyType, Object> keys) Creates an instance of aItemKeyrecord class.ItemRequest(TreeSet<Bill.ItemKeyType> keyTypes) Creates an instance of aItemRequestrecord class.