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

ch.viascom.hipchat.api.response.GetAllWebhooksResponse Maven / Gradle / Ivy

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

import ch.viascom.hipchat.api.models.Webhook;
import lombok.Data;

import java.io.Serializable;
import java.util.ArrayList;

/**
 * Created by patrickboesch on 18.04.16.
 */
@Data
public class GetAllWebhooksResponse implements Serializable {
    private ArrayList items;
    private int startIndex;
    private int	maxResults;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy