Package com.databricks.sdk.service.iam
Class ListGroupsRequest
- java.lang.Object
-
- com.databricks.sdk.service.iam.ListGroupsRequest
-
@Generated public class ListGroupsRequest extends Object
List group details
-
-
Constructor Summary
Constructors Constructor Description ListGroupsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAttributes()LonggetCount()StringgetExcludedAttributes()StringgetFilter()StringgetSortBy()ListSortOrdergetSortOrder()LonggetStartIndex()inthashCode()ListGroupsRequestsetAttributes(String attributes)ListGroupsRequestsetCount(Long count)ListGroupsRequestsetExcludedAttributes(String excludedAttributes)ListGroupsRequestsetFilter(String filter)ListGroupsRequestsetSortBy(String sortBy)ListGroupsRequestsetSortOrder(ListSortOrder sortOrder)ListGroupsRequestsetStartIndex(Long startIndex)StringtoString()
-
-
-
Method Detail
-
setAttributes
public ListGroupsRequest setAttributes(String attributes)
-
getAttributes
public String getAttributes()
-
setCount
public ListGroupsRequest setCount(Long count)
-
getCount
public Long getCount()
-
setExcludedAttributes
public ListGroupsRequest setExcludedAttributes(String excludedAttributes)
-
getExcludedAttributes
public String getExcludedAttributes()
-
setFilter
public ListGroupsRequest setFilter(String filter)
-
getFilter
public String getFilter()
-
setSortBy
public ListGroupsRequest setSortBy(String sortBy)
-
getSortBy
public String getSortBy()
-
setSortOrder
public ListGroupsRequest setSortOrder(ListSortOrder sortOrder)
-
getSortOrder
public ListSortOrder getSortOrder()
-
setStartIndex
public ListGroupsRequest setStartIndex(Long startIndex)
-
getStartIndex
public Long getStartIndex()
-
-