seatsio.events.StatusChangeOrigin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seatsio-java Show documentation
Show all versions of seatsio-java Show documentation
The official seats.io Java client library
The newest version!
package seatsio.events;
public class StatusChangeOrigin {
public StatusChangeOriginType type;
public String ip;
}