Class ListUsersResult
- All Implemented Interfaces:
Serializable
,Cloneable
The response from the request to list users.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.getUsers()
The users returned in the request to list users.int
hashCode()
void
setPaginationToken
(String paginationToken) An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.void
setUsers
(Collection<UserType> users) The users returned in the request to list users.toString()
Returns a string representation of this object; useful for testing and debugging.withPaginationToken
(String paginationToken) An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.The users returned in the request to list users.withUsers
(Collection<UserType> users) The users returned in the request to list users.
-
Constructor Details
-
ListUsersResult
public ListUsersResult()
-
-
Method Details
-
getUsers
The users returned in the request to list users.
- Returns:
- The users returned in the request to list users.
-
setUsers
The users returned in the request to list users.
- Parameters:
users
- The users returned in the request to list users.
-
withUsers
The users returned in the request to list users.
NOTE: This method appends the values to the existing list (if any). Use
setUsers(java.util.Collection)
orwithUsers(java.util.Collection)
if you want to override the existing values.- Parameters:
users
- The users returned in the request to list users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withUsers
The users returned in the request to list users.
- Parameters:
users
- The users returned in the request to list users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPaginationToken
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Parameters:
paginationToken
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
-
getPaginationToken
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Returns:
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
-
withPaginationToken
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Parameters:
paginationToken
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-