Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
SupportContact |
SupportContact.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SupportContact> |
UpdatePublicationDetails.getSupportContacts()
Contact information for getting support from the publisher for the listing.
|
List<SupportContact> |
Listing.getSupportContacts()
Contact information to use to get support from the publisher for the listing.
|
List<SupportContact> |
CreatePublicationDetails.getSupportContacts()
Contact information for getting support from the publisher for the listing.
|
List<SupportContact> |
Publication.getSupportContacts()
Contact information for getting support from the publisher for the listing.
|
Modifier and Type | Method and Description |
---|---|
SupportContact.Builder |
SupportContact.Builder.copy(SupportContact model) |
Modifier and Type | Method and Description |
---|---|
UpdatePublicationDetails.Builder |
UpdatePublicationDetails.Builder.supportContacts(List<SupportContact> supportContacts)
Contact information for getting support from the publisher for the listing.
|
Listing.Builder |
Listing.Builder.supportContacts(List<SupportContact> supportContacts)
Contact information to use to get support from the publisher for the listing.
|
CreatePublicationDetails.Builder |
CreatePublicationDetails.Builder.supportContacts(List<SupportContact> supportContacts)
Contact information for getting support from the publisher for the listing.
|
Publication.Builder |
Publication.Builder.supportContacts(List<SupportContact> supportContacts)
Contact information for getting support from the publisher for the listing.
|
Constructor and Description |
---|
CreatePublicationDetails(ListingType listingType,
String name,
String shortDescription,
String longDescription,
List<SupportContact> supportContacts,
String compartmentId,
CreatePublicationPackage packageDetails,
Boolean isAgreementAcknowledged,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Listing(String id,
String name,
String version,
String tagline,
String keywords,
String shortDescription,
String usageInformation,
String longDescription,
String licenseModelDescription,
String systemRequirements,
Date timeReleased,
String releaseNotes,
List<String> categories,
Publisher publisher,
List<Item> languages,
List<Screenshot> screenshots,
List<NamedLink> videos,
List<SupportContact> supportContacts,
List<NamedLink> supportLinks,
List<DocumentationLink> documentationLinks,
UploadData icon,
UploadData banner,
List<Listing.CompatibleArchitectures> compatibleArchitectures,
List<Region> regions,
PackageTypeEnum packageType,
String defaultPackageVersion,
List<Link> links,
Boolean isFeatured,
ListingType listingType,
List<OperatingSystem> supportedOperatingSystems)
Deprecated.
|
Publication(Publication.LifecycleState lifecycleState,
String compartmentId,
String id,
String name,
String shortDescription,
String longDescription,
List<SupportContact> supportContacts,
UploadData icon,
PackageTypeEnum packageType,
ListingType listingType,
List<OperatingSystem> supportedOperatingSystems,
Date timeCreated,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdatePublicationDetails(String name,
String shortDescription,
String longDescription,
List<SupportContact> supportContacts,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.