Uses of Class
com.moesif.api.models.EventModel
-
Packages that use EventModel Package Description com.moesif.api com.moesif.api.controllers com.moesif.api.models -
-
Uses of EventModel in com.moesif.api
Methods in com.moesif.api with parameters of type EventModel Modifier and Type Method Description Map<String,String>IAPIController. createEvent(EventModel body)Add Single API Event CallvoidIAPIController. createEventAsync(EventModel body, APICallBack<HttpResponse> callBack)Add Single API Event CallMethod parameters in com.moesif.api with type arguments of type EventModel Modifier and Type Method Description Map<String,String>IAPIController. createEventsBatch(List<EventModel> body)Add multiple API Events in a single batchvoidIAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack)Add multiple API Events in a single batchvoidIAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack, boolean useGzip)Add multiple API Events in a single batch -
Uses of EventModel in com.moesif.api.controllers
Methods in com.moesif.api.controllers that return EventModel Modifier and Type Method Description EventModelAPIController. buildEventModel(EventRequestModel eventRequestModel, EventResponseModel eventResponseModel, String userId, String companyId, String sessionToken, String apiVersion, Object metadata, String direction)Method parameters in com.moesif.api.controllers with type arguments of type EventModel Modifier and Type Method Description Map<String,String>APIController. createEventsBatch(List<EventModel> body)Add multiple API Events in a single batchvoidAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack)voidAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack, boolean useGzip)Add multiple API Events in a single batch -
Uses of EventModel in com.moesif.api.models
Methods in com.moesif.api.models that return EventModel Modifier and Type Method Description EventModelEventBuilder. build()Build the instance with the given values
-