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(String value)PlanIdBillingController. getPlan(com.yahoo.config.provision.TenantName tenant)Get the plan ID for the given 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 StringBillingController. getPlanDisplayName(PlanId planId)The display name of the given planStringMockBillingController. getPlanDisplayName(PlanId planId)Optional<Plan>PlanRegistry. plan(PlanId planId)Get a plan given a plan IDOptional<Plan>PlanRegistryMock. plan(PlanId planId)PlanResultBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)Set the plan for the current tenant.PlanResultMockBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)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)
-