Package com.oracle.bmc.core.model
Class AppCatalogListingSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.AppCatalogListingSummary.Builder
-
- Enclosing class:
- AppCatalogListingSummary
public static class AppCatalogListingSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
listingId
public AppCatalogListingSummary.Builder listingId(String listingId)
the region free ocid of the listing resource.- Parameters:
listingId
- the value to set- Returns:
- this builder
-
displayName
public AppCatalogListingSummary.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
summary
public AppCatalogListingSummary.Builder summary(String summary)
The short summary for the listing.- Parameters:
summary
- the value to set- Returns:
- this builder
-
publisherName
public AppCatalogListingSummary.Builder publisherName(String publisherName)
The name of the publisher who published this listing.- Parameters:
publisherName
- the value to set- Returns:
- this builder
-
build
public AppCatalogListingSummary build()
-
copy
public AppCatalogListingSummary.Builder copy(AppCatalogListingSummary model)
-
-