Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.PlanId
-
Packages that use PlanId Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of PlanId in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return PlanId Modifier and Type Method Description static PlanIdPlanId. from(java.lang.String value)PlanIdBillingController. getPlan(com.yahoo.config.provision.TenantName tenant)PlanIdMockBillingController. getPlan(com.yahoo.config.provision.TenantName tenant)PlanIdPlan. id()Unique ID for the planMethods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type PlanId Modifier and Type Method Description java.lang.StringBillingController. getPlanDisplayName(PlanId planId)java.lang.StringMockBillingController. getPlanDisplayName(PlanId planId)PlanResultBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)PlanResultMockBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)java.util.List<com.yahoo.config.provision.TenantName>BillingController. tenantsWithPlan(java.util.List<com.yahoo.config.provision.TenantName> existing, PlanId planId)java.util.List<com.yahoo.config.provision.TenantName>MockBillingController. tenantsWithPlan(java.util.List<com.yahoo.config.provision.TenantName> tenants, PlanId planId)
-