seatsio.events.ObjectNotPresentReason 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 enum ObjectNotPresentReason {
SWITCHED_TO_BOOK_WHOLE_TABLE,
SWITCHED_TO_BOOK_BY_SEAT,
RENAMED_OR_DELETED
}