Uses of Class
com.c8db.model.EventCreateOptions
-
Packages that use EventCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of EventCreateOptions in com.c8db
Methods in com.c8db with parameters of type EventCreateOptions Modifier and Type Method Description <T> C8EventEntityC8Event. insertEvent(T value, EventCreateOptions options)Creates a new document from the given document, unless there is already a document with the _key given. -
Uses of EventCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type EventCreateOptions Modifier and Type Method Description <T> C8EventEntityC8EventImpl. insertEvent(T value, EventCreateOptions options)protected <T> RequestInternalC8Event. insertEventRequest(T value, EventCreateOptions options)protected <T> C8Executor.ResponseDeserializer<C8EventEntity>InternalC8Event. insertEventResponseDeserializer(T value, EventCreateOptions options) -
Uses of EventCreateOptions in com.c8db.model
Methods in com.c8db.model that return EventCreateOptions Modifier and Type Method Description EventCreateOptionsEventCreateOptions. action(String action)EventCreateOptionsEventCreateOptions. attributes(Map<String,String> attributes)static EventCreateOptionsOptionsBuilder. build(EventCreateOptions options, String action, String description, String entity, String entityType, String status, String details, Map<String,String> attributes)EventCreateOptionsEventCreateOptions. description(String description)EventCreateOptionsEventCreateOptions. details(String details)EventCreateOptionsEventCreateOptions. email(String email)EventCreateOptionsEventCreateOptions. entityName(String entityName)EventCreateOptionsEventCreateOptions. entityType(String entityType)EventCreateOptionsEventCreateOptions. fabric(String fabric)EventCreateOptionsEventCreateOptions. status(String status)EventCreateOptionsEventCreateOptions. tenant(String tenant)EventCreateOptionsEventCreateOptions. user(String user)Methods in com.c8db.model with parameters of type EventCreateOptions Modifier and Type Method Description static EventCreateOptionsOptionsBuilder. build(EventCreateOptions options, String action, String description, String entity, String entityType, String status, String details, Map<String,String> attributes)
-