public static class AppCatalogListing.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppCatalogListing |
build() |
AppCatalogListing.Builder |
contactUrl(String contactUrl)
Listing’s contact URL.
|
AppCatalogListing.Builder |
copy(AppCatalogListing model) |
AppCatalogListing.Builder |
description(String description)
Description of the listing.
|
AppCatalogListing.Builder |
displayName(String displayName)
A user-friendly name.
|
AppCatalogListing.Builder |
listingId(String listingId)
The OCID of the listing.
|
AppCatalogListing.Builder |
publisherLogoUrl(String publisherLogoUrl)
Publisher’s logo URL.
|
AppCatalogListing.Builder |
publisherName(String publisherName)
Name of the publisher who published this listing.
|
AppCatalogListing.Builder |
summary(String summary)
Summary of the listing.
|
AppCatalogListing.Builder |
timePublished(Date timePublished)
Date and time the listing was published, in
RFC3339 format.
|
public AppCatalogListing.Builder contactUrl(String contactUrl)
Listing’s contact URL.
contactUrl
- the value to setpublic AppCatalogListing.Builder description(String description)
Description of the listing.
description
- the value to setpublic AppCatalogListing.Builder listingId(String listingId)
The OCID of the listing.
listingId
- the value to setpublic AppCatalogListing.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 AppCatalogListing.Builder timePublished(Date timePublished)
Date and time the listing was published, in
RFC3339 format. Example: 2018-03-20T12:32:53.532Z
timePublished
- the value to setpublic AppCatalogListing.Builder publisherLogoUrl(String publisherLogoUrl)
Publisher’s logo URL.
publisherLogoUrl
- the value to setpublic AppCatalogListing.Builder publisherName(String publisherName)
Name of the publisher who published this listing.
publisherName
- the value to setpublic AppCatalogListing.Builder summary(String summary)
Summary of the listing.
summary
- the value to setpublic AppCatalogListing build()
public AppCatalogListing.Builder copy(AppCatalogListing model)
Copyright © 2016–2023. All rights reserved.