public interface MetadataApi
Metadata.MetadataAsyncApi| Modifier and Type | Method and Description |
|---|---|
Metadata |
get()
Retrieves an list of metadata
|
String |
get(String key)
Retrieves a metadata value
|
Task |
put(String key,
String value)
Sets the metadata for the particular key for the media to the value provided.
|
Task |
putAll(Map<String,String> metadata)
Merges the metadata for a media with the information provided.
|
Task |
remove(String key)
Deletes a metadata entry.
|
Metadata get()
String get(String key)
Task putAll(Map<String,String> metadata)
Task put(String key, String value)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.