Uses of Class
com.oracle.bmc.servicecatalog.model.ServiceCatalogStatusEnum
-
Packages that use ServiceCatalogStatusEnum Package Description com.oracle.bmc.servicecatalog.model com.oracle.bmc.servicecatalog.requests -
-
Uses of ServiceCatalogStatusEnum in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return ServiceCatalogStatusEnum Modifier and Type Method Description static ServiceCatalogStatusEnumServiceCatalogStatusEnum. create(String key)ServiceCatalogStatusEnumCreateServiceCatalogDetails. getStatus()The status of a service catalog.ServiceCatalogStatusEnumServiceCatalog. getStatus()The status of a service catalog.ServiceCatalogStatusEnumServiceCatalogSummary. getStatus()Status of the service catalog.ServiceCatalogStatusEnumUpdateServiceCatalogDetails. getStatus()The status of a service catalog.static ServiceCatalogStatusEnumServiceCatalogStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceCatalogStatusEnum[]ServiceCatalogStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicecatalog.model with parameters of type ServiceCatalogStatusEnum Modifier and Type Method Description CreateServiceCatalogDetails.BuilderCreateServiceCatalogDetails.Builder. status(ServiceCatalogStatusEnum status)The status of a service catalog.ServiceCatalog.BuilderServiceCatalog.Builder. status(ServiceCatalogStatusEnum status)The status of a service catalog.ServiceCatalogSummary.BuilderServiceCatalogSummary.Builder. status(ServiceCatalogStatusEnum status)Status of the service catalog.UpdateServiceCatalogDetails.BuilderUpdateServiceCatalogDetails.Builder. status(ServiceCatalogStatusEnum status)The status of a service catalog. -
Uses of ServiceCatalogStatusEnum in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ServiceCatalogStatusEnum Modifier and Type Method Description ServiceCatalogStatusEnumListServiceCatalogsRequest. getStatus()Status of the service catalog, use as a filter to filter out all active catalogs.Methods in com.oracle.bmc.servicecatalog.requests with parameters of type ServiceCatalogStatusEnum Modifier and Type Method Description ListServiceCatalogsRequest.BuilderListServiceCatalogsRequest.Builder. status(ServiceCatalogStatusEnum status)Status of the service catalog, use as a filter to filter out all active catalogs.
-