Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.PlanResult
-
Packages that use PlanResult Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of PlanResult in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return PlanResult Modifier and Type Method Description static PlanResultPlanResult. error(String errorMessage)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)static PlanResultPlanResult. success()
-