Class PostBehavioralAnalyticsEventRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.search_application.PostBehavioralAnalyticsEventRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class PostBehavioralAnalyticsEventRequest
extends RequestBase
implements JsonpSerializable
Create a behavioral analytics collection event.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PostBehavioralAnalyticsEventRequest>static final Endpoint<PostBehavioralAnalyticsEventRequest,PostBehavioralAnalyticsEventResponse, ErrorResponse> Endpoint "search_application.post_behavioral_analytics_event". -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - The name of the behavioral analytics collection.protected static JsonpDeserializer<PostBehavioralAnalyticsEventRequest>final Booleandebug()Whether the response type has to include more detailsfinal EventTypeRequired - The analytics event type.of(Function<PostBehavioralAnalyticsEventRequest.Builder, ObjectBuilder<PostBehavioralAnalyticsEventRequest>> fn) final JsonDatapayload()Required - Request body.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
-
_ENDPOINT
public static final Endpoint<PostBehavioralAnalyticsEventRequest,PostBehavioralAnalyticsEventResponse, _ENDPOINTErrorResponse> Endpoint "search_application.post_behavioral_analytics_event".
-
-
Method Details
-
of
-
collectionName
Required - The name of the behavioral analytics collection.API name:
collection_name -
debug
Whether the response type has to include more detailsAPI name:
debug -
eventType
Required - The analytics event type.API name:
event_type -
payload
Required - Request body. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
createPostBehavioralAnalyticsEventRequestDeserializer
protected static JsonpDeserializer<PostBehavioralAnalyticsEventRequest> createPostBehavioralAnalyticsEventRequestDeserializer()
-