Package com.databricks.sdk.service.iam
Class ListAccountServicePrincipalsRequest
- java.lang.Object
-
- com.databricks.sdk.service.iam.ListAccountServicePrincipalsRequest
-
@Generated public class ListAccountServicePrincipalsRequest extends Object
List service principals
-
-
Constructor Summary
Constructors Constructor Description ListAccountServicePrincipalsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAttributes()LonggetCount()StringgetExcludedAttributes()StringgetFilter()StringgetSortBy()ListSortOrdergetSortOrder()LonggetStartIndex()inthashCode()ListAccountServicePrincipalsRequestsetAttributes(String attributes)ListAccountServicePrincipalsRequestsetCount(Long count)ListAccountServicePrincipalsRequestsetExcludedAttributes(String excludedAttributes)ListAccountServicePrincipalsRequestsetFilter(String filter)ListAccountServicePrincipalsRequestsetSortBy(String sortBy)ListAccountServicePrincipalsRequestsetSortOrder(ListSortOrder sortOrder)ListAccountServicePrincipalsRequestsetStartIndex(Long startIndex)StringtoString()
-
-
-
Method Detail
-
setAttributes
public ListAccountServicePrincipalsRequest setAttributes(String attributes)
-
getAttributes
public String getAttributes()
-
setCount
public ListAccountServicePrincipalsRequest setCount(Long count)
-
getCount
public Long getCount()
-
setExcludedAttributes
public ListAccountServicePrincipalsRequest setExcludedAttributes(String excludedAttributes)
-
getExcludedAttributes
public String getExcludedAttributes()
-
setFilter
public ListAccountServicePrincipalsRequest setFilter(String filter)
-
getFilter
public String getFilter()
-
setSortBy
public ListAccountServicePrincipalsRequest setSortBy(String sortBy)
-
getSortBy
public String getSortBy()
-
setSortOrder
public ListAccountServicePrincipalsRequest setSortOrder(ListSortOrder sortOrder)
-
getSortOrder
public ListSortOrder getSortOrder()
-
setStartIndex
public ListAccountServicePrincipalsRequest setStartIndex(Long startIndex)
-
getStartIndex
public Long getStartIndex()
-
-