Class GroupResponse

All Implemented Interfaces:
AtlanResponseInterface, Serializable, Iterable<AtlanGroup>

public class GroupResponse extends ApiResource implements Iterable<AtlanGroup>
See Also:
  • Constructor Details

    • GroupResponse

      public GroupResponse()
  • Method Details

    • getNextPage

      public GroupResponse getNextPage() throws AtlanException
      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

      public Iterator<AtlanGroup> iterator()
      Specified by:
      iterator in interface Iterable<AtlanGroup>
    • stream

      public Stream<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

      public AtlanClient getClient()
      Connectivity to the Atlan tenant where the search was run.
    • getRequest

      public GroupRequest getRequest()
      Request that produced this response.
    • getTotalRecord

      public Integer getTotalRecord()
      Total number of groups.
    • getFilterRecord

      public Integer getFilterRecord()
      Filtered number of groups.
    • getRecords

      public List<AtlanGroup> getRecords()
      Details about each group in this page of the response.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class ApiResource
    • setClient

      public void setClient(AtlanClient client)
      Connectivity to the Atlan tenant where the search was run.
    • setRequest

      public void setRequest(GroupRequest request)
      Request that produced this response.