Uses of Class
com.oracle.bmc.marketplacepublisher.model.PrivateOfferAccountDetails
-
Packages that use PrivateOfferAccountDetails Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of PrivateOfferAccountDetails in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return PrivateOfferAccountDetails Modifier and Type Method Description PrivateOfferAccountDetails
PrivateOfferAccountDetails.Builder. build()
PrivateOfferAccountDetails
Publisher. getPrivateOfferAccountDetails()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type PrivateOfferAccountDetails Modifier and Type Method Description PrivateOfferAccountDetails.Builder
PrivateOfferAccountDetails.Builder. copy(PrivateOfferAccountDetails model)
Publisher.Builder
Publisher.Builder. privateOfferAccountDetails(PrivateOfferAccountDetails privateOfferAccountDetails)
Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type PrivateOfferAccountDetails Constructor Description Publisher(Publisher.PublisherStatus publisherStatus, String notificationEmail, OpnMembership opnMembership, PrivateOfferAccountDetails privateOfferAccountDetails, String id, String compartmentId, String registryNamespace, String legacyId, String displayName, String description, Long yearFounded, String websiteUrl, String contactEmail, String contactPhone, String hqAddress, UploadData logo, String facebookUrl, String twitterUrl, String linkedinUrl, Publisher.PublisherType publisherType, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-