Class HalUser
- java.lang.Object
-
- org.camunda.bpm.engine.rest.hal.HalResource<HalUser>
-
- org.camunda.bpm.engine.rest.hal.user.HalUser
-
- All Implemented Interfaces:
HalIdResource
public class HalUser extends HalResource<HalUser> implements HalIdResource
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description HalUser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HalUser
fromUser(User user)
String
getEmail()
String
getFirstName()
String
getId()
return the identifier of the resourceString
getLastName()
-
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
-
-
-
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
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:HalIdResource
return the identifier of the resource- Specified by:
getId
in interfaceHalIdResource
-
getFirstName
public String getFirstName()
-
getLastName
public String getLastName()
-
getEmail
public String getEmail()
-
-