public static class AppCatalogListingSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppCatalogListingSummary |
build() |
AppCatalogListingSummary.Builder |
copy(AppCatalogListingSummary model) |
AppCatalogListingSummary.Builder |
displayName(String displayName)
A user-friendly name.
|
AppCatalogListingSummary.Builder |
listingId(String listingId)
the region free ocid of the listing resource.
|
AppCatalogListingSummary.Builder |
publisherName(String publisherName)
The name of the publisher who published this listing.
|
AppCatalogListingSummary.Builder |
summary(String summary)
The short summary for the listing.
|
public AppCatalogListingSummary.Builder listingId(String listingId)
the region free ocid of the listing resource.
listingId
- the value to setpublic AppCatalogListingSummary.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic AppCatalogListingSummary.Builder summary(String summary)
The short summary for the listing.
summary
- the value to setpublic AppCatalogListingSummary.Builder publisherName(String publisherName)
The name of the publisher who published this listing.
publisherName
- the value to setpublic AppCatalogListingSummary build()
public AppCatalogListingSummary.Builder copy(AppCatalogListingSummary model)
Copyright © 2016–2023. All rights reserved.