org.camunda.bpm.engine.rest.hal
Class HalLink

java.lang.Object
  extended by org.camunda.bpm.engine.rest.hal.HalLink

public class HalLink
extends Object

Partial implementation of the HAL link object as defined in json-hal-06#section-5

Author:
Daniel Meyer

Field Summary
protected  String href
           
 
Constructor Summary
HalLink(String href)
           
 
Method Summary
 String getHref()
           
 void setHref(String href)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

protected String href
Constructor Detail

HalLink

public HalLink(String href)
Method Detail

getHref

public String getHref()

setHref

public void setHref(String href)


Copyright © 2016 camunda services GmbH. All rights reserved.