Class AdminEventResponse

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

public class AdminEventResponse extends ApiResource implements Iterable<AdminEvent>
See Also:
  • Method Details

    • getNextPage

      public AdminEventResponse 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<AdminEvent> iterator()
      Specified by:
      iterator in interface Iterable<AdminEvent>
    • stream

      public Stream<AdminEvent> 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 AdminEventRequest getRequest()
      Request that produced this response.
    • getEvents

      public List<AdminEvent> getEvents()
      Admin events returned by the request.
    • 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(AdminEventRequest request)
      Request that produced this response.