@Generated public class ListAccountUsersResponse extends Object
| Constructor and Description |
|---|
ListAccountUsersResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getItemsPerPage() |
Collection<AccountUser> |
getResources() |
Long |
getStartIndex() |
Long |
getTotalResults() |
int |
hashCode() |
ListAccountUsersResponse |
setItemsPerPage(Long itemsPerPage) |
ListAccountUsersResponse |
setResources(Collection<AccountUser> resources) |
ListAccountUsersResponse |
setStartIndex(Long startIndex) |
ListAccountUsersResponse |
setTotalResults(Long totalResults) |
String |
toString() |
public ListAccountUsersResponse setItemsPerPage(Long itemsPerPage)
public Long getItemsPerPage()
public ListAccountUsersResponse setResources(Collection<AccountUser> resources)
public Collection<AccountUser> getResources()
public ListAccountUsersResponse setStartIndex(Long startIndex)
public Long getStartIndex()
public ListAccountUsersResponse setTotalResults(Long totalResults)
public Long getTotalResults()
Copyright © 2026. All rights reserved.