Package com.atlan.model.admin
Class UserRequest
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.UserRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
UserRequest.UserRequestBuilder<C extends UserRequest,
B extends UserRequest.UserRequestBuilder<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 UserRequest.UserRequestBuilder<?,
?> builder()
protected boolean
boolean
List of columns to be returned about each user in the response.boolean
getCount()
Whether to include an overall count of users (true) or not (false).Criteria by which to filter the list of users to retrieve.int
getLimit()
Maximum number of users to return per page.int
TBCint
Starting point for the list of users when paging.getSort()
Property by which to sort the resulting list of users.int
hashCode()
list
(AtlanClient client) Search for users using the filters specified in this request object.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
UserRequest
-
-
Method Details
-
list
Search for users using the filters specified in this request object.- Parameters:
client
- connectivity to the Atlan tenant from which to retrieve the users- Returns:
- the filtered users
- Throws:
AtlanException
- on any issues interacting with the APIs
-
builder
-
toBuilder
-
getMaxLoginEvents
public int getMaxLoginEvents()TBC -
getFilter
Criteria by which to filter the list of users to retrieve. -
getSort
Property by which to sort the resulting list of users. -
getCount
public boolean getCount()Whether to include an overall count of users (true) or not (false). -
getOffset
public int getOffset()Starting point for the list of users when paging. -
getLimit
public int getLimit()Maximum number of users to return per page. -
getColumns
List of columns to be returned about each user in the response. -
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
-