Package com.mypurecloud.sdk.v2.model
Class UserCursorEntityListing
java.lang.Object
com.mypurecloud.sdk.v2.model.UserCursorEntityListing
- All Implemented Interfaces:
Serializable
UserCursorEntityListing
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCursor token to retrieve next pagebooleaninthashCode()URI to next page of usersNumber of users in responseURI of current page of usersvoidvoidsetEntities(List<User> entities) voidsetNextUri(String nextUri) voidsetResults(Integer results) voidsetSelfUri(String selfUri) toString()
-
Constructor Details
-
UserCursorEntityListing
public UserCursorEntityListing() -
UserCursorEntityListing
-
-
Method Details
-
entities
-
getEntities
-
setEntities
-
nextUri
URI to next page of users -
getNextUri
-
setNextUri
-
selfUri
URI of current page of users -
getSelfUri
-
setSelfUri
-
results
Number of users in response -
getResults
-
setResults
-
cursor
Cursor token to retrieve next page -
getCursor
-
setCursor
-
equals
-
hashCode
public int hashCode() -
toString
-