Package com.atlan.model.admin
Class GroupRequest
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.GroupRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
GroupRequest.GroupRequestBuilder<C extends GroupRequest,
B extends GroupRequest.GroupRequestBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GroupRequest.GroupRequestBuilder<?,
?> builder()
protected boolean
boolean
boolean
getCount()
Whether to include an overall count of groups (true) or not (false).Criteria by which to filter the list of groups to retrieve.int
getLimit()
Maximum number of groups to return per page.int
Starting point for the list of groups when paging.getSort()
Property by which to sort the resulting list of groups.int
hashCode()
list
(AtlanClient client) Search for groups using the filters specified in this request object.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
GroupRequest
-
-
Method Details
-
list
Search for groups using the filters specified in this request object.- Parameters:
client
- connectivity to the Atlan tenant from which to retrieve the groups- Returns:
- the filtered groups
- Throws:
AtlanException
- on any issues interacting with the APIs
-
builder
-
toBuilder
-
getFilter
Criteria by which to filter the list of groups to retrieve. -
getSort
Property by which to sort the resulting list of groups. -
getCount
public boolean getCount()Whether to include an overall count of groups (true) or not (false). -
getOffset
public int getOffset()Starting point for the list of groups when paging. -
getLimit
public int getLimit()Maximum number of groups to return per page. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-