Package com.databricks.sdk.service.iam
Class ListAccountUsersRequest
- java.lang.Object
-
- com.databricks.sdk.service.iam.ListAccountUsersRequest
-
@Generated public class ListAccountUsersRequest extends Object
List users
-
-
Constructor Summary
Constructors Constructor Description ListAccountUsersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAttributes()LonggetCount()StringgetExcludedAttributes()StringgetFilter()StringgetSortBy()ListSortOrdergetSortOrder()LonggetStartIndex()inthashCode()ListAccountUsersRequestsetAttributes(String attributes)ListAccountUsersRequestsetCount(Long count)ListAccountUsersRequestsetExcludedAttributes(String excludedAttributes)ListAccountUsersRequestsetFilter(String filter)ListAccountUsersRequestsetSortBy(String sortBy)ListAccountUsersRequestsetSortOrder(ListSortOrder sortOrder)ListAccountUsersRequestsetStartIndex(Long startIndex)StringtoString()
-
-
-
Method Detail
-
setAttributes
public ListAccountUsersRequest setAttributes(String attributes)
-
getAttributes
public String getAttributes()
-
setCount
public ListAccountUsersRequest setCount(Long count)
-
getCount
public Long getCount()
-
setExcludedAttributes
public ListAccountUsersRequest setExcludedAttributes(String excludedAttributes)
-
getExcludedAttributes
public String getExcludedAttributes()
-
setFilter
public ListAccountUsersRequest setFilter(String filter)
-
getFilter
public String getFilter()
-
setSortBy
public ListAccountUsersRequest setSortBy(String sortBy)
-
getSortBy
public String getSortBy()
-
setSortOrder
public ListAccountUsersRequest setSortOrder(ListSortOrder sortOrder)
-
getSortOrder
public ListSortOrder getSortOrder()
-
setStartIndex
public ListAccountUsersRequest setStartIndex(Long startIndex)
-
getStartIndex
public Long getStartIndex()
-
-