com.cumulocity.rest.representation.user
Class RoleRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.user.RoleRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class RoleRepresentation
extends BaseResourceRepresentation


Constructor Summary
RoleRepresentation()
           
 
Method Summary
 String getId()
           
 String getName()
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleRepresentation

public RoleRepresentation()
Method Detail

setId

public void setId(String id)

getId

@JSONProperty(ignoreIfNull=true)
public String getId()

setName

public void setName(String name)

getName

@JSONProperty(ignoreIfNull=true)
public String getName()


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.