Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaUsage
-
Packages that use RelatedMediaUsage Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of RelatedMediaUsage in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans with type parameters of type RelatedMediaUsage Modifier and Type Field Description protected List<RelatedMediaUsage>RelatedMediaReference. mediaUsageListMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return RelatedMediaUsage Modifier and Type Method Description static RelatedMediaUsageRelatedMediaUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static RelatedMediaUsage[]RelatedMediaUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type RelatedMediaUsage Modifier and Type Method Description List<RelatedMediaUsage>RelatedMediaReference. getMediaUsageList()Return the list of recommended uses for the related media.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type RelatedMediaUsage Modifier and Type Method Description voidRelatedMediaReference. setMediaUsageList(List<RelatedMediaUsage> mediaUsageList)Set up the list of recommended uses for the related media.
-