org.camunda.bpm.engine.rest.dto
Class AtomLink
java.lang.Object
org.camunda.bpm.engine.rest.dto.AtomLink
public class AtomLink
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomLink
public AtomLink()
AtomLink
public AtomLink(String rel,
String href,
String method)
getHref
public String getHref()
setHref
public void setHref(String href)
getRel
public String getRel()
setRel
public void setRel(String rel)
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
Copyright © 2016 camunda services GmbH. All rights reserved.