ch.viascom.hipchat.api.models.capability.CapabilityHipchatApiProvider 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.capability;
import ch.viascom.hipchat.api.models.HipChatScope;
import lombok.Data;
import java.io.Serializable;
import java.util.HashMap;
@Data
public class CapabilityHipchatApiProvider implements Serializable {
/**
* The base URL for the API
*/
private String url;
/**
* The scopes that this API supports.
*/
private HashMap availableScopes;
}