ch.viascom.hipchat.api.models.user.UserPresenceClient 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
The newest version!
package ch.viascom.hipchat.api.models.user;
import lombok.Data;
import java.io.Serializable;
/**
* Created by patrickboesch on 18.04.16.
*/
@Data
public class UserPresenceClient implements Serializable {
private String version;
private String type;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy