public class MoveDetails extends EventDetails
This details always will report the new uri of the resource.
| Modifier and Type | Class and Description |
|---|---|
static class |
MoveDetails.Builder<C extends MoveDetails.Builder<C,E>,E extends MoveDetails>
Builder helper for
MoveDetails. |
static class |
MoveDetails.KEYS
Enumeration of all keys for this map
|
| Modifier | Constructor and Description |
|---|---|
protected |
MoveDetails(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.Object> map)
Creates the forwarding map using a copy of the given
ImmutableMap
map. |
| Modifier and Type | Method and Description |
|---|---|
static MoveDetails.Builder<?,MoveDetails> |
builder(java.lang.String targetUri)
Returns a builder instance for
MoveDetails with the required parameter targetUri. |
java.lang.String |
getTargetUri() |
delegate, equals, getTransportMap, hashCodeclear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesprotected MoveDetails(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.Object> map)
ImmutableMap
map.
Must be a non-visible constructor to force the developer to use the MoveDetails.Builder.
map - the immutable map to create the event detailspublic java.lang.String getTargetUri()
public static MoveDetails.Builder<?,MoveDetails> builder(java.lang.String targetUri)
MoveDetails with the required parameter targetUri.targetUri - the new uri of the resourceMoveDetailsCopyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.