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(java.lang.String errorMessage)PlanResultBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)PlanResultMockBillingController. setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments)static PlanResultPlanResult. success()
-