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