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

com.github.twitch4j.kraken.domain.KrakenUserList Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package com.github.twitch4j.kraken.domain;

import lombok.Data;

import java.util.List;

/**
 * @deprecated Kraken is deprecated and has been shut down on Febuary 28, 2022.
 *             More details about the deprecation are available here.
 */
@Data
@Deprecated
public class KrakenUserList {
	/**
	 * Data
	 */
	private List users;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy