de.SweetCode.SteamAPI.SteamVisibility Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SteamAPI Show documentation
Show all versions of SteamAPI Show documentation
SteamAPI is a wrapper of the Steam Web API.
package de.SweetCode.SteamAPI;
/**
*
* Some endpoints are available for everybody (ALL), but some are only available for publishers (PUBLISHER).
*
*/
public enum SteamVisibility {
ALL,
PUBLISHER;
}