infobip.api.model.sms.mt.bulks.status.BulkStatus 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.sms.mt.bulks.status;
/**
* This is a generated class and is not intended for modification!
*/
public enum BulkStatus {
PENDING,
PAUSED,
PROCESSING,
CANCELED,
FINISHED,
FAILED
}