Package | Description |
---|---|
com.oracle.bmc.servicecatalog.model | |
com.oracle.bmc.servicecatalog.requests |
Modifier and Type | Method and Description |
---|---|
static PackageTypeEnum |
PackageTypeEnum.create(String key) |
PackageTypeEnum |
PrivateApplicationPackageSummary.getPackageType()
The type of the package.
|
PackageTypeEnum |
ApplicationSummary.getPackageType()
The type of the packages withing the application.
|
PackageTypeEnum |
PrivateApplicationSummary.getPackageType()
Type of the packages, which are hosted by the private application.
|
PackageTypeEnum |
PrivateApplication.getPackageType()
Type of packages within this 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.
|
Modifier and Type | Method and Description |
---|---|
PrivateApplicationPackageSummary.Builder |
PrivateApplicationPackageSummary.Builder.packageType(PackageTypeEnum packageType)
The type of the package.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.packageType(PackageTypeEnum packageType)
The type of the packages withing the application.
|
PrivateApplicationSummary.Builder |
PrivateApplicationSummary.Builder.packageType(PackageTypeEnum packageType)
Type of the packages, which are hosted by the private application.
|
PrivateApplication.Builder |
PrivateApplication.Builder.packageType(PackageTypeEnum packageType)
Type of packages within this private application.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
List<PackageTypeEnum> |
ListPrivateApplicationPackagesRequest.getPackageType()
Name of the package type.
|
List<PackageTypeEnum> |
ListApplicationsRequest.getPackageType()
Name of the package type.
|
Modifier and Type | Method and Description |
---|---|
ListPrivateApplicationPackagesRequest.Builder |
ListPrivateApplicationPackagesRequest.Builder.packageType(PackageTypeEnum singularValue)
Singular setter.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.packageType(PackageTypeEnum singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListPrivateApplicationPackagesRequest.Builder |
ListPrivateApplicationPackagesRequest.Builder.packageType(List<PackageTypeEnum> packageType)
Name of the package type.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.packageType(List<PackageTypeEnum> packageType)
Name of the package type.
|
Copyright © 2016–2024. All rights reserved.