Class PrivateApplicationPackageSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.PrivateApplicationPackageSummary.Builder
 
- 
- Enclosing class:
- PrivateApplicationPackageSummary
 
 public static class PrivateApplicationPackageSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateApplicationPackageSummarybuild()PrivateApplicationPackageSummary.Buildercopy(PrivateApplicationPackageSummary model)PrivateApplicationPackageSummary.BuilderdisplayName(String displayName)The display name of the specified package.PrivateApplicationPackageSummary.Builderid(String id)The OCID of the private application package.PrivateApplicationPackageSummary.BuilderpackageType(PackageTypeEnum packageType)The type of the package.PrivateApplicationPackageSummary.BuilderprivateApplicationId(String privateApplicationId)The OCID of the private application where the package is hosted.PrivateApplicationPackageSummary.BuildertimeCreated(Date timeCreated)The date and time the private application package was created, expressed in RFC 3339 timestamp format.PrivateApplicationPackageSummary.Builderversion(String version)The version of the specified package.
 
- 
- 
- 
Method Detail- 
idpublic PrivateApplicationPackageSummary.Builder id(String id) The OCID of the private application package.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
privateApplicationIdpublic PrivateApplicationPackageSummary.Builder privateApplicationId(String privateApplicationId) The OCID of the private application where the package is hosted.- Parameters:
- privateApplicationId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic PrivateApplicationPackageSummary.Builder displayName(String displayName) The display name of the specified package.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
versionpublic PrivateApplicationPackageSummary.Builder version(String version) The version of the specified package.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
packageTypepublic PrivateApplicationPackageSummary.Builder packageType(PackageTypeEnum packageType) The type of the package.- Parameters:
- packageType- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic PrivateApplicationPackageSummary.Builder timeCreated(Date timeCreated) The date and time the private application package was created, expressed in RFC 3339 timestamp format.Example: 2021-05-27T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic PrivateApplicationPackageSummary build() 
 - 
copypublic PrivateApplicationPackageSummary.Builder copy(PrivateApplicationPackageSummary model) 
 
- 
 
-