Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.CollectionMethod
-
Packages that use CollectionMethod Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of CollectionMethod in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return CollectionMethod Modifier and Type Method Description default CollectionMethodBillingController. getCollectionMethod(com.yahoo.config.provision.TenantName tenant)CollectionMethodMockBillingController. getCollectionMethod(com.yahoo.config.provision.TenantName tenant)static CollectionMethodCollectionMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionMethod[]CollectionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type CollectionMethod Modifier and Type Method Description default CollectionResultBillingController. setCollectionMethod(com.yahoo.config.provision.TenantName tenant, CollectionMethod method)CollectionResultMockBillingController. setCollectionMethod(com.yahoo.config.provision.TenantName tenant, CollectionMethod method)
-