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 PackageTypeEnum
PackageTypeEnum. create(String key)
PackageTypeEnum
ApplicationSummary. getPackageType()
The type of the packages withing the application.PackageTypeEnum
PrivateApplication. getPackageType()
Type of packages within this private application.PackageTypeEnum
PrivateApplicationPackageSummary. getPackageType()
The type of the package.PackageTypeEnum
PrivateApplicationSummary. getPackageType()
Type of the packages, which are hosted by the private application.static PackageTypeEnum
PackageTypeEnum. 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.Builder
ApplicationSummary.Builder. packageType(PackageTypeEnum packageType)
The type of the packages withing the application.PrivateApplication.Builder
PrivateApplication.Builder. packageType(PackageTypeEnum packageType)
Type of packages within this private application.PrivateApplicationPackageSummary.Builder
PrivateApplicationPackageSummary.Builder. packageType(PackageTypeEnum packageType)
The type of the package.PrivateApplicationSummary.Builder
PrivateApplicationSummary.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.Builder
ListApplicationsRequest.Builder. packageType(PackageTypeEnum singularValue)
Singular setter.ListPrivateApplicationPackagesRequest.Builder
ListPrivateApplicationPackagesRequest.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.Builder
ListApplicationsRequest.Builder. packageType(List<PackageTypeEnum> packageType)
Name of the package type.ListPrivateApplicationPackagesRequest.Builder
ListPrivateApplicationPackagesRequest.Builder. packageType(List<PackageTypeEnum> packageType)
Name of the package type.
-