Uses of Class
com.oracle.bmc.marketplacepublisher.model.Publisher.PublisherStatus
-
Packages that use Publisher.PublisherStatus Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Publisher.PublisherStatus in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Publisher.PublisherStatus Modifier and Type Method Description static Publisher.PublisherStatusPublisher.PublisherStatus. create(String key)Publisher.PublisherStatusPublisher. getPublisherStatus()publisher status.static Publisher.PublisherStatusPublisher.PublisherStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Publisher.PublisherStatus[]Publisher.PublisherStatus. 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.PublisherStatus Modifier and Type Method Description Publisher.BuilderPublisher.Builder. publisherStatus(Publisher.PublisherStatus publisherStatus)publisher status.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Publisher.PublisherStatus 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.
-