public static class PublicationPackageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PublicationPackageSummary |
build() |
PublicationPackageSummary.Builder |
copy(PublicationPackageSummary model) |
PublicationPackageSummary.Builder |
listingId(String listingId)
The ID of the listing that the specified package belongs to.
|
PublicationPackageSummary.Builder |
packageType(PackageTypeEnum packageType)
The specified package’s type.
|
PublicationPackageSummary.Builder |
packageVersion(String packageVersion)
The version of the specified package.
|
PublicationPackageSummary.Builder |
resourceId(String resourceId)
The unique identifier for the package resource.
|
PublicationPackageSummary.Builder |
timeCreated(Date timeCreated)
The date and time the publication package was created, expressed in RFC
3339 timestamp format.
|
public PublicationPackageSummary.Builder listingId(String listingId)
The ID of the listing that the specified package belongs to.
listingId
- the value to setpublic PublicationPackageSummary.Builder packageVersion(String packageVersion)
The version of the specified package.
packageVersion
- the value to setpublic PublicationPackageSummary.Builder packageType(PackageTypeEnum packageType)
The specified package’s type.
packageType
- the value to setpublic PublicationPackageSummary.Builder resourceId(String resourceId)
The unique identifier for the package resource.
resourceId
- the value to setpublic 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
timeCreated
- the value to setpublic PublicationPackageSummary build()
public PublicationPackageSummary.Builder copy(PublicationPackageSummary model)
Copyright © 2016–2024. All rights reserved.