public static interface MetadataApi.Writeable extends MetadataApi.Readable
MetadataApi.Readable, MetadataApi.Writeable
Modifier and Type | Method and Description |
---|---|
Task |
merge(Metadata metadata)
Merges the metadata for a media with the information provided.
|
Task |
putEntry(String key,
MetadataValue metadataValue)
Sets the metadata for the particular key for the media to the value provided.
|
Task |
removeEntry(String key)
Deletes a metadata entry.
|
get, getValue
Task merge(Metadata metadata)
Task putEntry(String key, MetadataValue metadataValue)
Copyright © 2009-2012 jclouds. All Rights Reserved.