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