public static class PrivateApplicationPackageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrivateApplicationPackageSummary |
build() |
PrivateApplicationPackageSummary.Builder |
copy(PrivateApplicationPackageSummary model) |
PrivateApplicationPackageSummary.Builder |
displayName(String displayName)
The display name of the specified package.
|
PrivateApplicationPackageSummary.Builder |
id(String id)
The OCID of the
private application package.
|
PrivateApplicationPackageSummary.Builder |
packageType(PackageTypeEnum packageType)
The type of the package.
|
PrivateApplicationPackageSummary.Builder |
privateApplicationId(String privateApplicationId)
The OCID of the
private application where the package is hosted.
|
PrivateApplicationPackageSummary.Builder |
timeCreated(Date timeCreated)
The date and time the private application package was created, expressed in RFC
3339 timestamp format.
|
PrivateApplicationPackageSummary.Builder |
version(String version)
The version of the specified package.
|
public PrivateApplicationPackageSummary.Builder id(String id)
The OCID of the private application package.
id
- the value to setpublic PrivateApplicationPackageSummary.Builder privateApplicationId(String privateApplicationId)
The OCID of the private application where the package is hosted.
privateApplicationId
- the value to setpublic PrivateApplicationPackageSummary.Builder displayName(String displayName)
The display name of the specified package.
displayName
- the value to setpublic PrivateApplicationPackageSummary.Builder version(String version)
The version of the specified package.
version
- the value to setpublic PrivateApplicationPackageSummary.Builder packageType(PackageTypeEnum packageType)
The type of the package.
packageType
- the value to setpublic 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
timeCreated
- the value to setpublic PrivateApplicationPackageSummary build()
public PrivateApplicationPackageSummary.Builder copy(PrivateApplicationPackageSummary model)
Copyright © 2016–2024. All rights reserved.