Package com.atlan.model.admin
Class KeycloakEventRequest.KeycloakEventRequestBuilder<C extends KeycloakEventRequest,B extends KeycloakEventRequest.KeycloakEventRequestBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.KeycloakEventRequest.KeycloakEventRequestBuilder<C,B>
- Enclosing class:
- KeycloakEventRequest
public abstract static class KeycloakEventRequest.KeycloakEventRequestBuilder<C extends KeycloakEventRequest,B extends KeycloakEventRequest.KeycloakEventRequestBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
Application 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.offset
(int offset) Starting point for the events (for paging).protected abstract B
self()
size
(int size) Maximum number of events to retrieve (per page).toString()
type
(KeycloakEventType type) types
(Collection<? extends KeycloakEventType> types) Unique identifier (GUID) of the user who triggered the event.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
KeycloakEventRequestBuilder
public KeycloakEventRequestBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends KeycloakEventRequest,
B extends KeycloakEventRequest.KeycloakEventRequestBuilder<C, B>>
-
client
Application or OAuth client name.- Returns:
this
.
-
ipAddress
IP address from which the event was triggered.- Returns:
this
.
-
dateFrom
Earliest date from which to include events (format: yyyy-MM-dd).- Returns:
this
.
-
dateTo
Latest date up to which to include events (format: yyyy-MM-dd).- Returns:
this
.
-
offset
Starting point for the events (for paging).- Returns:
this
.
-
size
Maximum number of events to retrieve (per page).- Returns:
this
.
-
type
-
types
-
clearTypes
-
userId
Unique identifier (GUID) of the user who triggered the event.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends KeycloakEventRequest,
B extends KeycloakEventRequest.KeycloakEventRequestBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends KeycloakEventRequest,
B extends KeycloakEventRequest.KeycloakEventRequestBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends KeycloakEventRequest,
B extends KeycloakEventRequest.KeycloakEventRequestBuilder<C, B>>
-