Class AdminEventResponse

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

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

    • getNextPage Link icon

      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 Link icon

      public Iterator<AdminEvent> iterator()
      Specified by:
      iterator in interface Iterable<AdminEvent>
    • stream Link icon

      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 Link icon

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

      public AdminEventRequest getRequest()
      Request that produced this response.
    • getEvents Link icon

      public List<AdminEvent> getEvents()
      Admin events returned by the request.
    • equals Link icon

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

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

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

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

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

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