Uses of Class
com.moesif.api.models.EventRequestModel
-
Packages that use EventRequestModel Package Description com.moesif.api.controllers com.moesif.api.models -
-
Uses of EventRequestModel in com.moesif.api.controllers
Methods in com.moesif.api.controllers with parameters of type EventRequestModel Modifier and Type Method Description EventModelAPIController. buildEventModel(EventRequestModel eventRequestModel, EventResponseModel eventResponseModel, String userId, String companyId, String sessionToken, String apiVersion, Object metadata, String direction) -
Uses of EventRequestModel in com.moesif.api.models
Methods in com.moesif.api.models that return EventRequestModel Modifier and Type Method Description EventRequestModelEventRequestBuilder. build()Build the instance with the given valuesEventRequestModelEventModel. getRequest()GETTER API request objectMethods in com.moesif.api.models with parameters of type EventRequestModel Modifier and Type Method Description EventBuilderEventBuilder. request(EventRequestModel request)API request objectvoidEventModel. setRequest(EventRequestModel value)SETTER API request object
-