com.github.kaisle.data.SearchOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DotA2-Wrapper Show documentation
Show all versions of DotA2-Wrapper Show documentation
A wrapper for the DotA2 WebAPI written in Java.
package com.github.kaisle.data;
public enum SearchOptions {
ID, VanityName, URL_ID, ID_OUT_OF_RANGE, INVALID_ID, NoDirectMatch;
}