com.genesys.workspace.events.EventUserEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of workspace Show documentation
Show all versions of workspace Show documentation
A Java library to interface to Genesys Workspace public API
package com.genesys.workspace.events;
import java.util.Map;
public class EventUserEvent {
private Map event;
public EventUserEvent(Map event) {
this.event = event;
}
public Map getEvent(){
return this.event;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy