public class MetadataRest extends Object
| Constructor and Description |
|---|
MetadataRest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
SortedMap<String,List<MetadataValueRest>> |
getMap()
Gets the map.
|
MetadataRest |
put(String key,
MetadataValueRest... values)
Sets the metadata values for a given key.
|
public SortedMap<String,List<MetadataValueRest>> getMap()
public MetadataRest put(String key, MetadataValueRest... values)
key - the key.values - the values. The values will be ordered according to their place value, if
nonnegative. Values that are negative (the default is -1) are assumed to be non-explicitly
set and will will be ordered at the end of any explicitly ordered values, in the order
they are passed to this method.Copyright © 2019 DuraSpace. All rights reserved.