com.cumulocity.rest.representation.identity
Class ExternalIDCollectionRepresentation

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

public class ExternalIDCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
ExternalIDCollectionRepresentation()
           
 
Method Summary
 List<ExternalIDRepresentation> getExternalIds()
           
 void setExternalIds(List<ExternalIDRepresentation> externalIds)
           
 
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

ExternalIDCollectionRepresentation

public ExternalIDCollectionRepresentation()
Method Detail

getExternalIds

@JSONTypeHint(value=ExternalIDRepresentation.class)
public List<ExternalIDRepresentation> getExternalIds()

setExternalIds

public void setExternalIds(List<ExternalIDRepresentation> externalIds)


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