Package com.atlan.model.admin
Class AdminEventRequest
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AdminEventRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AdminEventRequest.AdminEventRequestBuilder<C extends AdminEventRequest,
B extends AdminEventRequest.AdminEventRequestBuilder<C, B>> Nested 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.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic AdminEventRequest.AdminEventRequestBuilder<?,
?> builder()
protected boolean
boolean
Unique identifier (GUID) of the client that carried out the operation.Earliest date from which to include events (format: yyyy-MM-dd).Latest date up to which to include events (format: yyyy-MM-dd).IP address from which the operation was carried out.int
Starting point for the events (for paging).Include events only with the supplied types of operations.Unique name of the realm from which the operation was carried out.Include events only against the supplied resource.Include events only against the supplied types of resources.int
getSize()
Maximum number of events to retrieve (per page).Unique identifier (GUID) of the user who carried out the operation.int
hashCode()
search
(AtlanClient client) Search for admin events using the filters specified in this request object.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AdminEventRequest
-
-
Method Details
-
search
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
-
toBuilder
-
getClientId
Unique identifier (GUID) of the client that carried out the operation. -
getIpAddress
IP address from which the operation was carried out. -
getRealmId
Unique name of the realm from which the operation was carried out. -
getUserId
Unique identifier (GUID) of the user who carried out the operation. -
getDateFrom
Earliest date from which to include events (format: yyyy-MM-dd). -
getDateTo
Latest date up to which to include events (format: yyyy-MM-dd). -
getOffset
public int getOffset()Starting point for the events (for paging). -
getSize
public int getSize()Maximum number of events to retrieve (per page). -
getOperationTypes
Include events only with the supplied types of operations. -
getResourcePath
Include events only against the supplied resource. -
getResourceTypes
Include events only against the supplied types of resources. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-