Uses of Class
com.sap.cloudfoundry.client.facade.domain.ServicePlanVisibility
-
Packages that use ServicePlanVisibility Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of ServicePlanVisibility in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade with parameters of type ServicePlanVisibility Modifier and Type Method Description voidCloudControllerClient. updateServicePlanVisibilityForBroker(String name, ServicePlanVisibility visibility)Service plans are private by default when a service broker's catalog is fetched/updated.voidCloudControllerClientImpl. updateServicePlanVisibilityForBroker(String name, ServicePlanVisibility visibility) -
Uses of ServicePlanVisibility in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ServicePlanVisibility Modifier and Type Method Description static ServicePlanVisibilityServicePlanVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static ServicePlanVisibility[]ServicePlanVisibility. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServicePlanVisibility in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type ServicePlanVisibility Modifier and Type Method Description voidCloudControllerRestClient. updateServicePlanVisibilityForBroker(String name, ServicePlanVisibility visibility)voidCloudControllerRestClientImpl. updateServicePlanVisibilityForBroker(String name, ServicePlanVisibility visibility)
-