Uses of Class
com.oracle.bmc.servicecatalog.model.PackageTypeEnum
-
Packages that use PackageTypeEnum Package Description com.oracle.bmc.servicecatalog.model com.oracle.bmc.servicecatalog.requests -
-
Uses of PackageTypeEnum in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return PackageTypeEnum Modifier and Type Method Description static PackageTypeEnumPackageTypeEnum. create(String key)PackageTypeEnumApplicationSummary. getPackageType()The type of the packages withing the application.PackageTypeEnumPrivateApplication. getPackageType()Type of packages within this private application.PackageTypeEnumPrivateApplicationPackageSummary. getPackageType()The type of the package.PackageTypeEnumPrivateApplicationSummary. getPackageType()Type of the packages, which are hosted by the private application.static PackageTypeEnumPackageTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageTypeEnum[]PackageTypeEnum. 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 PackageTypeEnum Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. packageType(PackageTypeEnum packageType)The type of the packages withing the application.PrivateApplication.BuilderPrivateApplication.Builder. packageType(PackageTypeEnum packageType)Type of packages within this private application.PrivateApplicationPackageSummary.BuilderPrivateApplicationPackageSummary.Builder. packageType(PackageTypeEnum packageType)The type of the package.PrivateApplicationSummary.BuilderPrivateApplicationSummary.Builder. packageType(PackageTypeEnum packageType)Type of the packages, which are hosted by the private application.Constructors in com.oracle.bmc.servicecatalog.model with parameters of type PackageTypeEnum Constructor Description ApplicationSummary(String entityId, String entityType, String displayName, Boolean isFeatured, PublisherSummary publisher, String shortDescription, UploadData logo, PricingTypeEnum pricingType, PackageTypeEnum packageType)Deprecated.PrivateApplication(PrivateApplication.LifecycleState lifecycleState, String compartmentId, String id, String displayName, String shortDescription, String longDescription, UploadData logo, PackageTypeEnum packageType, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.PrivateApplicationPackageSummary(String id, String privateApplicationId, String displayName, String version, PackageTypeEnum packageType, Date timeCreated)Deprecated.PrivateApplicationSummary(PrivateApplication.LifecycleState lifecycleState, String compartmentId, String id, String displayName, String shortDescription, UploadData logo, PackageTypeEnum packageType, Date timeCreated)Deprecated. -
Uses of PackageTypeEnum in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return types with arguments of type PackageTypeEnum Modifier and Type Method Description List<PackageTypeEnum>ListApplicationsRequest. getPackageType()Name of the package type.List<PackageTypeEnum>ListPrivateApplicationPackagesRequest. getPackageType()Name of the package type.Methods in com.oracle.bmc.servicecatalog.requests with parameters of type PackageTypeEnum Modifier and Type Method Description ListApplicationsRequest.BuilderListApplicationsRequest.Builder. packageType(PackageTypeEnum singularValue)Singular setter.ListPrivateApplicationPackagesRequest.BuilderListPrivateApplicationPackagesRequest.Builder. packageType(PackageTypeEnum singularValue)Singular setter.Method parameters in com.oracle.bmc.servicecatalog.requests with type arguments of type PackageTypeEnum Modifier and Type Method Description ListApplicationsRequest.BuilderListApplicationsRequest.Builder. packageType(List<PackageTypeEnum> packageType)Name of the package type.ListPrivateApplicationPackagesRequest.BuilderListPrivateApplicationPackagesRequest.Builder. packageType(List<PackageTypeEnum> packageType)Name of the package type.
-