org.camunda.bpm.engine.rest.hal.user
Class HalUser

java.lang.Object
  extended by org.camunda.bpm.engine.rest.hal.HalResource<HalUser>
      extended by org.camunda.bpm.engine.rest.hal.user.HalUser
All Implemented Interfaces:
HalIdResource

public class HalUser
extends HalResource<HalUser>
implements HalIdResource

Author:
Daniel Meyer

Field Summary
protected  String email
           
protected  String firstName
           
protected  String id
           
protected  String lastName
           
static HalRelation REL_SELF
           
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
 
Constructor Summary
HalUser()
           
 
Method Summary
static HalUser fromUser(User user)
           
 String getEmail()
           
 String getFirstName()
           
 String getId()
          return the identifier of the resource
 String getLastName()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REL_SELF

public static final HalRelation REL_SELF

id

protected String id

firstName

protected String firstName

lastName

protected String lastName

email

protected String email
Constructor Detail

HalUser

public HalUser()
Method Detail

fromUser

public static HalUser fromUser(User user)

getId

public String getId()
Description copied from interface: HalIdResource
return the identifier of the resource

Specified by:
getId in interface HalIdResource

getFirstName

public String getFirstName()

getLastName

public String getLastName()

getEmail

public String getEmail()


Copyright © 2016 camunda services GmbH. All rights reserved.