All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.viascom.hipchat.api.models.message.MessageFormat Maven / Gradle / Ivy

There is a newer version: 2.1-RC3
Show newest version
package ch.viascom.hipchat.api.models.message;

import com.google.gson.annotations.SerializedName;

import java.io.Serializable;

/**
 * Created by patrickboesch on 11.04.16.
 */
public enum MessageFormat implements Serializable {
    @SerializedName("html")
    HTML,
    @SerializedName("text")
    TEXT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy