Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
MetadataProperty |
MetadataProperty.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MetadataProperty> |
ResourceTypeMetadata.getProperties()
Any properties needed to describe the content and its usage for this resource type, and
within the containing package.
|
List<MetadataProperty> |
PackageItem.getPublisherMetadata()
A map of metadata key/value pairs that further describes the publisher and the platform in
which the package might be used.
|
List<MetadataProperty> |
PackageSummary.getPublisherMetadata()
A map of metadata key/value pairs that further describes the publisher and the platform in
which the package might be used.
|
Modifier and Type | Method and Description |
---|---|
MetadataProperty.Builder |
MetadataProperty.Builder.copy(MetadataProperty model) |
Modifier and Type | Method and Description |
---|---|
ResourceTypeMetadata.Builder |
ResourceTypeMetadata.Builder.properties(List<MetadataProperty> properties)
Any properties needed to describe the content and its usage for this resource type, and
within the containing package.
|
PackageItem.Builder |
PackageItem.Builder.publisherMetadata(List<MetadataProperty> publisherMetadata)
A map of metadata key/value pairs that further describes the publisher and the platform
in which the package might be used.
|
PackageSummary.Builder |
PackageSummary.Builder.publisherMetadata(List<MetadataProperty> publisherMetadata)
A map of metadata key/value pairs that further describes the publisher and the platform
in which the package might be used.
|
Constructor and Description |
---|
PackageItem(String id,
String publisherId,
String name,
String displayName,
String version,
Date timeUploaded,
Date timePublished,
String description,
List<String> resourceTypes,
List<ResourceTypeMetadata> resourceTypesMetadata,
List<MetadataProperty> publisherMetadata,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ImportContract importContract,
DefaultParameterValues defaultParameterValues)
Deprecated.
|
PackageSummary(String id,
String publisherId,
String name,
String displayName,
String version,
Date timePublished,
String description,
List<String> resourceTypes,
List<ResourceTypeMetadata> resourceTypesMetadata,
List<MetadataProperty> publisherMetadata,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ResourceTypeMetadata(String resourceType,
List<MetadataProperty> properties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.