Uses of Class
com.oracle.bmc.marketplaceprivateoffer.model.PublisherSummary.PublisherType
-
Packages that use PublisherSummary.PublisherType Package Description com.oracle.bmc.marketplaceprivateoffer.model -
-
Uses of PublisherSummary.PublisherType in com.oracle.bmc.marketplaceprivateoffer.model
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return PublisherSummary.PublisherType Modifier and Type Method Description static PublisherSummary.PublisherType
PublisherSummary.PublisherType. create(String key)
PublisherSummary.PublisherType
PublisherSummary. getPublisherType()
publisher type.static PublisherSummary.PublisherType
PublisherSummary.PublisherType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublisherSummary.PublisherType[]
PublisherSummary.PublisherType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplaceprivateoffer.model with parameters of type PublisherSummary.PublisherType Modifier and Type Method Description PublisherSummary.Builder
PublisherSummary.Builder. publisherType(PublisherSummary.PublisherType publisherType)
publisher type.Constructors in com.oracle.bmc.marketplaceprivateoffer.model with parameters of type PublisherSummary.PublisherType Constructor Description PublisherSummary(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, PublisherSummary.PublisherType publisherType, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-