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)Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type PlanId Modifier and Type Method Description PlanResultBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)PlanResultMockBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)
-