Package com.oracle.bmc.marketplace.model
Class PublicationPackageSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.PublicationPackageSummary.Builder
 
- 
- Enclosing class:
- PublicationPackageSummary
 
 public static class PublicationPackageSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicationPackageSummarybuild()PublicationPackageSummary.Buildercopy(PublicationPackageSummary model)PublicationPackageSummary.BuilderlistingId(String listingId)The ID of the listing that the specified package belongs to.PublicationPackageSummary.BuilderpackageType(PackageTypeEnum packageType)The specified package’s type.PublicationPackageSummary.BuilderpackageVersion(String packageVersion)The version of the specified package.PublicationPackageSummary.BuilderresourceId(String resourceId)The unique identifier for the package resource.PublicationPackageSummary.BuildertimeCreated(Date timeCreated)The date and time the publication package was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
listingIdpublic PublicationPackageSummary.Builder listingId(String listingId) The ID of the listing that the specified package belongs to.- Parameters:
- listingId- the value to set
- Returns:
- this builder
 
 - 
packageVersionpublic PublicationPackageSummary.Builder packageVersion(String packageVersion) The version of the specified package.- Parameters:
- packageVersion- the value to set
- Returns:
- this builder
 
 - 
packageTypepublic PublicationPackageSummary.Builder packageType(PackageTypeEnum packageType) The specified package’s type.- Parameters:
- packageType- the value to set
- Returns:
- this builder
 
 - 
resourceIdpublic PublicationPackageSummary.Builder resourceId(String resourceId) The unique identifier for the package resource.- Parameters:
- resourceId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic PublicationPackageSummary.Builder timeCreated(Date timeCreated) The date and time the publication package was created, expressed in RFC 3339 timestamp format.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic PublicationPackageSummary build() 
 - 
copypublic PublicationPackageSummary.Builder copy(PublicationPackageSummary model) 
 
- 
 
-