All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netuitive.iris.client.event.NetuitiveEventClient Maven / Gradle / Ivy

package com.netuitive.iris.client.event;

import com.netuitive.iris.client.request.event.GetEventsRequest;
import com.netuitive.iris.entity.wrapper.EventWrapper;
import com.netuitive.iris.entity.wrapper.EventsWrapper;

/**
 *
 * @author john.king
 */
public interface NetuitiveEventClient {
    public EventWrapper getEvent(String eventId);
    public EventsWrapper getEvents(GetEventsRequest req);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy