Package com.atlan.model.admin
Class GroupResponse
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.admin.GroupResponse
- All Implemented Interfaces:
AtlanResponseInterface,Serializable,Iterable<AtlanGroup>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethodNested 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.net.ApiResource
CHARSETFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanConnectivity to the Atlan tenant where the search was run.Filtered number of groups.Retrieve the next page of results from this response.Details about each group in this page of the response.Request that produced this response.Total number of groups.inthashCode()iterator()voidsetClient(AtlanClient client) Connectivity to the Atlan tenant where the search was run.voidsetRequest(GroupRequest request) Request that produced this response.stream()Stream the results (lazily) for processing without needing to manually manage paging.toString()Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, injectTraceId, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeIdMethods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GroupResponse
public GroupResponse()
-
-
Method Details
-
getNextPage
Retrieve the next page of results from this response.- Returns:
- next page of results from this response
- Throws:
AtlanException- on any API interaction problem
-
iterator
- Specified by:
iteratorin interfaceIterable<AtlanGroup>
-
stream
Stream the results (lazily) for processing without needing to manually manage paging.- Returns:
- a lazily-loaded stream of results from the search
-
getClient
Connectivity to the Atlan tenant where the search was run. -
getRequest
Request that produced this response. -
getTotalRecord
Total number of groups. -
getFilterRecord
Filtered number of groups. -
getRecords
Details about each group in this page of the response. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classApiResource
-
setClient
Connectivity to the Atlan tenant where the search was run. -
setRequest
Request that produced this response.
-