Package com.atlan.model.admin
Class AdminEventRequest.AdminEventRequestBuilder<C extends AdminEventRequest,B extends AdminEventRequest.AdminEventRequestBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.AdminEventRequest.AdminEventRequestBuilder<C,B>
- Enclosing class:
- AdminEventRequest
public abstract static class AdminEventRequest.AdminEventRequestBuilder<C extends AdminEventRequest,B extends AdminEventRequest.AdminEventRequestBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
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.offset
(int offset) Starting point for the events (for paging).operationType
(AdminOperationType operationType) operationTypes
(Collection<? extends AdminOperationType> operationTypes) Unique name of the realm from which the operation was carried out.resourcePath
(String resourcePath) Include events only against the supplied resource.resourceType
(AdminResourceType resourceType) resourceTypes
(Collection<? extends AdminResourceType> resourceTypes) protected abstract B
self()
size
(int size) Maximum number of events to retrieve (per page).toString()
Unique identifier (GUID) of the user who carried out the operation.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
AdminEventRequestBuilder
public AdminEventRequestBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends AdminEventRequest,
B extends AdminEventRequest.AdminEventRequestBuilder<C, B>>
-
clientId
Unique identifier (GUID) of the client that carried out the operation.- Returns:
this
.
-
ipAddress
IP address from which the operation was carried out.- Returns:
this
.
-
realmId
Unique name of the realm from which the operation was carried out.- Returns:
this
.
-
userId
Unique identifier (GUID) of the user who carried out the operation.- 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
.
-
operationType
-
operationTypes
-
clearOperationTypes
-
resourcePath
Include events only against the supplied resource.- Returns:
this
.
-
resourceType
-
resourceTypes
-
clearResourceTypes
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends AdminEventRequest,
B extends AdminEventRequest.AdminEventRequestBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends AdminEventRequest,
B extends AdminEventRequest.AdminEventRequestBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends AdminEventRequest,
B extends AdminEventRequest.AdminEventRequestBuilder<C, B>>
-