public class LinkUpdateDTO extends Object implements LinkUpdate
LinkUpdate.LinkUpdate.Type| Constructor and Description |
|---|
LinkUpdateDTO(Link link,
LinkUpdate.Type operation)
Creates a DTO representing an operation applied to a link.
|
public LinkUpdateDTO(Link link, LinkUpdate.Type operation)
link - the link which was updatedoperation - the operation associated with the given LD
update operationNullPointerException - if either parameter is nullpublic Link link()
LinkUpdatelink in interface LinkUpdatepublic LinkUpdate.Type operation()
LinkUpdateoperation in interface LinkUpdateCopyright © 2014. All Rights Reserved.