infobip.api.model.omni.campaign.Gender 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.campaign;
/**
* This is a generated class and is not intended for modification!
*/
public enum Gender {
FEMALE,
MALE
}