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)Get the bill collection method for the given tenantCollectionMethodMockBillingController. getCollectionMethod(com.yahoo.config.provision.TenantName tenant)static CollectionMethodCollectionMethod. valueOf(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 that return types with arguments of type CollectionMethod Modifier and Type Method Description Optional<CollectionMethod>BillingDatabaseClient. getCollectionMethod(com.yahoo.config.provision.TenantName tenantName)Get the current collection method for the tenant - if one has persistedOptional<CollectionMethod>BillingDatabaseClientMock. getCollectionMethod(com.yahoo.config.provision.TenantName tenantName)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)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)CollectionResultMockBillingController. setCollectionMethod(com.yahoo.config.provision.TenantName tenant, CollectionMethod method)
-