Class AdminEventRequest

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AdminEventRequest
All Implemented Interfaces:
Serializable

public class AdminEventRequest extends AtlanObject
See Also:
  • Constructor Details Link icon

  • Method Details Link icon

    • search Link icon

      public AdminEventResponse search(AtlanClient client) throws AtlanException
      Search for admin events using the filters specified in this request object.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the admin events
      Returns:
      the filtered admin events
      Throws:
      AtlanException - on any issues interacting with the APIs
    • builder Link icon

      public static AdminEventRequest.AdminEventRequestBuilder<?,?> builder()
    • toBuilder Link icon

    • getClientId Link icon

      public String getClientId()
      Unique identifier (GUID) of the client that carried out the operation.
    • getIpAddress Link icon

      public String getIpAddress()
      IP address from which the operation was carried out.
    • getRealmId Link icon

      public String getRealmId()
      Unique name of the realm from which the operation was carried out.
    • getUserId Link icon

      public String getUserId()
      Unique identifier (GUID) of the user who carried out the operation.
    • getDateFrom Link icon

      public String getDateFrom()
      Earliest date from which to include events (format: yyyy-MM-dd).
    • getDateTo Link icon

      public String getDateTo()
      Latest date up to which to include events (format: yyyy-MM-dd).
    • getOffset Link icon

      public int getOffset()
      Starting point for the events (for paging).
    • getSize Link icon

      public int getSize()
      Maximum number of events to retrieve (per page).
    • getOperationTypes Link icon

      public List<AdminOperationType> getOperationTypes()
      Include events only with the supplied types of operations.
    • getResourcePath Link icon

      public String getResourcePath()
      Include events only against the supplied resource.
    • getResourceTypes Link icon

      public List<AdminResourceType> getResourceTypes()
      Include events only against the supplied types of resources.
    • 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 AtlanObject