Uses of Class
com.oracle.bmc.oda.model.MetadataProperty
-
Packages that use MetadataProperty Package Description com.oracle.bmc.oda.model -
-
Uses of MetadataProperty in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return MetadataProperty Modifier and Type Method Description MetadataProperty
MetadataProperty.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type MetadataProperty Modifier and Type Method 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.Methods in com.oracle.bmc.oda.model with parameters of type MetadataProperty Modifier and Type Method Description MetadataProperty.Builder
MetadataProperty.Builder. copy(MetadataProperty model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type MetadataProperty Modifier and Type Method 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 parameters in com.oracle.bmc.oda.model with type arguments of type MetadataProperty Constructor Description ResourceTypeMetadata(String resourceType, List<MetadataProperty> properties)
Deprecated.
-