Package com.atlan.model.admin
Class KeycloakEventRequest
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.KeycloakEventRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classKeycloakEventRequest.KeycloakEventRequestBuilder<C extends KeycloakEventRequest,B extends KeycloakEventRequest.KeycloakEventRequestBuilder<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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic KeycloakEventRequest.KeycloakEventRequestBuilder<?, ?> builder()protected booleanbooleanApplication or OAuth client name.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 event was triggered.intStarting point for the events (for paging).intgetSize()Maximum number of events to retrieve (per page).getTypes()Include events only of the supplied types.Unique identifier (GUID) of the user who triggered the event.inthashCode()search(AtlanClient client) Search for events using the filters specified in this request object.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
KeycloakEventRequest
-
-
Method Details
-
search
Search for events using the filters specified in this request object.- Parameters:
client- connectivity to the Atlan tenant from which to retrieve the events- Returns:
- the filtered events
- Throws:
AtlanException- on any issues interacting with the APIs
-
builder
-
toBuilder
-
getClient
Application or OAuth client name. -
getIpAddress
IP address from which the event was triggered. -
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). -
getTypes
Include events only of the supplied types. -
getUserId
Unique identifier (GUID) of the user who triggered the event. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-