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

com.github.twitch4j.helix.domain.RaidRequestList Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.helix.domain;

import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;

import java.util.List;

@Data
@Setter(AccessLevel.PRIVATE)
public class RaidRequestList {

    /**
     * A list of raids. The list will contain the single raid that this request created.
     */
    private List data;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy