ch.viascom.hipchat.api.models.card.CardAttribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hipchat-api Show documentation
Show all versions of hipchat-api Show documentation
A HipChat v2 API full implementation for Java
package ch.viascom.hipchat.api.models.card;
import lombok.Data;
import java.io.Serializable;
/**
* Created by patrickboesch on 11.04.16.
*/
@Data
public class CardAttribute implements Serializable {
private CardAttributeValue value;
private String label;
}