QueryCollectionResponse<E> Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. devicetwin. QueryCollectionResponse<E>
- com.
Type Parameters
- E
public class QueryCollectionResponse<E>
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.Collection<E> |
getCollection()
Getter for collection |
java.lang.String |
getContinuationToken()
Getter for continuation token |
Methods inherited from java.lang.Object
Method Details
getCollection
public Collection
Getter for collection
Returns:
getContinuationToken
public String getContinuationToken()
Getter for continuation token
Returns: