Package com.databricks.sdk.service.iam
Class ListServicePrincipalResponse
- java.lang.Object
-
- com.databricks.sdk.service.iam.ListServicePrincipalResponse
-
@Generated public class ListServicePrincipalResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListServicePrincipalResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getItemsPerPage()
Collection<ServicePrincipal>
getResources()
Long
getStartIndex()
Long
getTotalResults()
int
hashCode()
ListServicePrincipalResponse
setItemsPerPage(Long itemsPerPage)
ListServicePrincipalResponse
setResources(Collection<ServicePrincipal> resources)
ListServicePrincipalResponse
setStartIndex(Long startIndex)
ListServicePrincipalResponse
setTotalResults(Long totalResults)
String
toString()
-
-
-
Method Detail
-
setItemsPerPage
public ListServicePrincipalResponse setItemsPerPage(Long itemsPerPage)
-
getItemsPerPage
public Long getItemsPerPage()
-
setResources
public ListServicePrincipalResponse setResources(Collection<ServicePrincipal> resources)
-
getResources
public Collection<ServicePrincipal> getResources()
-
setStartIndex
public ListServicePrincipalResponse setStartIndex(Long startIndex)
-
getStartIndex
public Long getStartIndex()
-
setTotalResults
public ListServicePrincipalResponse setTotalResults(Long totalResults)
-
getTotalResults
public Long getTotalResults()
-
-