![JAR search and dependency download from the Maven repository](/logo.png)
com.syncano.library.choice.ChannelPermissions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
Syncano's library is written in Java and provides communication with Syncano (www.syncano.io) via HTTPS RESTful interface.
package com.syncano.library.choice;
import com.google.gson.annotations.SerializedName;
public enum ChannelPermissions {
@SerializedName(value = "none")
NONE,
@SerializedName(value = "subscribe")
SUBSCRIBE,
@SerializedName(value = "publish")
PUBLISH,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy