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

ch.viascom.hipchat.api.models.message.links.ImageMessageLink Maven / Gradle / Ivy

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

import lombok.Data;

/**
 * Created by patrickboesch on 21.04.16.
 */
@Data
public class ImageMessageLink implements MessageLinkContent {
    private String image;
    private String name;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy