Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.PlanId
Packages that use PlanId
-
Uses of PlanId in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return PlanIdModifier and TypeMethodDescriptionstatic PlanIdBillingController.getPlan(com.yahoo.config.provision.TenantName tenant) Get the plan ID for the given tenant.MockBillingController.getPlan(com.yahoo.config.provision.TenantName tenant) Plan.id()Unique ID for the planMethods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type PlanIdModifier and TypeMethodDescriptionBillingController.getPlanDisplayName(PlanId planId) The display name of the given planMockBillingController.getPlanDisplayName(PlanId planId) Get a plan given a plan IDBillingController.setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments, boolean isAccountant) Set the plan for the current tenant.MockBillingController.setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments, boolean isAccountant) List<com.yahoo.config.provision.TenantName>BillingController.tenantsWithPlan(List<com.yahoo.config.provision.TenantName> existing, PlanId planId) Return the list of tenants with the given plan.List<com.yahoo.config.provision.TenantName>MockBillingController.tenantsWithPlan(List<com.yahoo.config.provision.TenantName> tenants, PlanId planId)