Uses of Class
com.moesif.api.models.EventRequestBuilder
-
Packages that use EventRequestBuilder Package Description com.moesif.api.models -
-
Uses of EventRequestBuilder in com.moesif.api.models
Methods in com.moesif.api.models that return EventRequestBuilder Modifier and Type Method Description EventRequestBuilderEventRequestBuilder. apiVersion(String apiVersion)Optionally tag the call with your API or App versionEventRequestBuilderEventRequestBuilder. body(Object body)Request bodyEventRequestBuilderEventRequestBuilder. headers(Map<String,String> headers)Key/Value map of request headersEventRequestBuilderEventRequestBuilder. ipAddress(String ipAddress)IP Address of the client if known.EventRequestBuilderEventRequestBuilder. time(Date time)Time when request was madeEventRequestBuilderEventRequestBuilder. transferEncoding(String transferEncoding)Transfer Encoding of the body such as "base64", null value implies "json" transfer encodingEventRequestBuilderEventRequestBuilder. uri(String uri)full uri of request such as https://www.example.com/my_path?param=1EventRequestBuilderEventRequestBuilder. verb(String verb)verb of the API request such as GET or POST
-