Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PublisherSummary.Builder |
PublisherSummary.Builder.publisherType(PublisherSummary.PublisherType publisherType)
publisher type.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.