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