Class PostBehavioralAnalyticsEventRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.search_application.PostBehavioralAnalyticsEventRequest
- All Implemented Interfaces:
JsonpSerializable
@Deprecated
@JsonpDeserializable
public class PostBehavioralAnalyticsEventRequest
extends RequestBase
implements JsonpSerializable
Deprecated.
9.0.0
Create a behavioral analytics collection event.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.Nested 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>
Deprecated.static final Endpoint<PostBehavioralAnalyticsEventRequest,
PostBehavioralAnalyticsEventResponse, ErrorResponse> Deprecated.Endpoint "search_application.post_behavioral_analytics_event
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
Deprecated.Required - The name of the behavioral analytics collection.protected static JsonpDeserializer<PostBehavioralAnalyticsEventRequest>
Deprecated.final Boolean
debug()
Deprecated.Whether the response type has to include more detailsfinal EventType
Deprecated.Required - The analytics event type.of
(Function<PostBehavioralAnalyticsEventRequest.Builder, ObjectBuilder<PostBehavioralAnalyticsEventRequest>> fn) Deprecated.final JsonData
payload()
Deprecated.Required - Request body.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Deprecated.Serialize this value to JSON.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Deprecated. -
_ENDPOINT
public static final Endpoint<PostBehavioralAnalyticsEventRequest,PostBehavioralAnalyticsEventResponse, _ENDPOINTErrorResponse> Deprecated.Endpoint "search_application.post_behavioral_analytics_event
".
-
-
Method Details
-
of
public static PostBehavioralAnalyticsEventRequest of(Function<PostBehavioralAnalyticsEventRequest.Builder, ObjectBuilder<PostBehavioralAnalyticsEventRequest>> fn) Deprecated. -
collectionName
Deprecated.Required - The name of the behavioral analytics collection.API name:
collection_name
-
debug
Deprecated.Whether the response type has to include more detailsAPI name:
debug
-
eventType
Deprecated.Required - The analytics event type.API name:
event_type
-
payload
Deprecated.Required - Request body. -
serialize
Deprecated.Serialize this value to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
createPostBehavioralAnalyticsEventRequestDeserializer
protected static JsonpDeserializer<PostBehavioralAnalyticsEventRequest> createPostBehavioralAnalyticsEventRequestDeserializer()Deprecated.
-