org.camunda.bpm.engine.rest.hal.user
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REL_SELF
public static final HalRelation REL_SELF
id
protected String id
firstName
protected String firstName
lastName
protected String lastName
email
protected String email
HalUser
public HalUser()
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.