infobip.api.model.omni.OmniChannel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infobip-api-java-client Show documentation
Show all versions of infobip-api-java-client Show documentation
API client in Java for Infobip's API (http://dev.infobip.com/).
package infobip.api.model.omni;
/**
* This is a generated class and is not intended for modification!
*/
public enum OmniChannel {
SMS,
EMAIL,
VOICE,
PARSECO,
PUSH,
VIBER,
FACEBOOK,
LINE,
VKONTAKTE
}