Package com.databricks.sdk.service.iam
Class ListServicePrincipalsRequest
- java.lang.Object
-
- com.databricks.sdk.service.iam.ListServicePrincipalsRequest
-
@Generated public class ListServicePrincipalsRequest extends Object
List service principals
-
-
Constructor Summary
Constructors Constructor Description ListServicePrincipalsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAttributes()
Long
getCount()
String
getExcludedAttributes()
String
getFilter()
String
getSortBy()
ListSortOrder
getSortOrder()
Long
getStartIndex()
int
hashCode()
ListServicePrincipalsRequest
setAttributes(String attributes)
ListServicePrincipalsRequest
setCount(Long count)
ListServicePrincipalsRequest
setExcludedAttributes(String excludedAttributes)
ListServicePrincipalsRequest
setFilter(String filter)
ListServicePrincipalsRequest
setSortBy(String sortBy)
ListServicePrincipalsRequest
setSortOrder(ListSortOrder sortOrder)
ListServicePrincipalsRequest
setStartIndex(Long startIndex)
String
toString()
-
-
-
Method Detail
-
setAttributes
public ListServicePrincipalsRequest setAttributes(String attributes)
-
getAttributes
public String getAttributes()
-
setCount
public ListServicePrincipalsRequest setCount(Long count)
-
getCount
public Long getCount()
-
setExcludedAttributes
public ListServicePrincipalsRequest setExcludedAttributes(String excludedAttributes)
-
getExcludedAttributes
public String getExcludedAttributes()
-
setFilter
public ListServicePrincipalsRequest setFilter(String filter)
-
getFilter
public String getFilter()
-
setSortBy
public ListServicePrincipalsRequest setSortBy(String sortBy)
-
getSortBy
public String getSortBy()
-
setSortOrder
public ListServicePrincipalsRequest setSortOrder(ListSortOrder sortOrder)
-
getSortOrder
public ListSortOrder getSortOrder()
-
setStartIndex
public ListServicePrincipalsRequest setStartIndex(Long startIndex)
-
getStartIndex
public Long getStartIndex()
-
-