Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.billing.CollectionMethod
Packages that use CollectionMethod
-
Uses of CollectionMethod in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return CollectionMethodModifier and TypeMethodDescriptiondefault CollectionMethodBillingController.getCollectionMethod(com.yahoo.config.provision.TenantName tenant) Get the bill collection method for the given tenantMockBillingController.getCollectionMethod(com.yahoo.config.provision.TenantName tenant) static CollectionMethodReturns the enum constant of this class with the specified name.static CollectionMethod[]CollectionMethod.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 CollectionMethodModifier and TypeMethodDescriptionBillingDatabaseClient.getCollectionMethod(com.yahoo.config.provision.TenantName tenantName) Get the current collection method for the tenant - if one has persistedBillingDatabaseClientMock.getCollectionMethod(com.yahoo.config.provision.TenantName tenantName) Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type CollectionMethodModifier and TypeMethodDescriptiondefault CollectionResultBillingController.setCollectionMethod(com.yahoo.config.provision.TenantName tenant, CollectionMethod method) Set the bill collection method for the given tenantvoidBillingDatabaseClient.setCollectionMethod(com.yahoo.config.provision.TenantName tenantName, CollectionMethod collectionMethod) Set the collection method for the tenantvoidBillingDatabaseClientMock.setCollectionMethod(com.yahoo.config.provision.TenantName tenantName, CollectionMethod collectionMethod) MockBillingController.setCollectionMethod(com.yahoo.config.provision.TenantName tenant, CollectionMethod method)