Uses of Class
dev.vality.fistful.destination.Destination
| Package | Description |
|---|---|
| dev.vality.fistful.destination |
-
Uses of Destination in dev.vality.fistful.destination
Methods in dev.vality.fistful.destination that return Destination Modifier and Type Method Description DestinationDestination. deepCopy()DestinationChange. getCreated()DestinationDestination. setCreatedAt(String created_at)DestinationDestination. setExternalId(String external_id)DestinationDestination. setMetadata(Map<String,Value> metadata)DestinationDestination. setName(String name)DestinationDestination. setResource(Resource resource)Methods in dev.vality.fistful.destination with parameters of type Destination Modifier and Type Method Description intDestination. compareTo(Destination other)static ChangeChange. created(Destination value)booleanDestination. equals(Destination that)voidChange. setCreated(Destination value)Constructors in dev.vality.fistful.destination with parameters of type Destination Constructor Description Destination(Destination other)Performs a deep copy on other.