com.cumulocity.rest.representation.user
Class GroupCollectionRepresentation

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

public class GroupCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
GroupCollectionRepresentation()
           
 
Method Summary
 List<GroupRepresentation> getGroups()
           
 void setGroups(List<GroupRepresentation> groups)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
 
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

GroupCollectionRepresentation

public GroupCollectionRepresentation()
Method Detail

getGroups

public List<GroupRepresentation> getGroups()

setGroups

@JSONTypeHint(value=GroupRepresentation.class)
public void setGroups(List<GroupRepresentation> groups)


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