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

com.github.twitch4j.eventsub.condition.UserEventSubCondition Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.eventsub.condition;

import lombok.AccessLevel;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.Setter;
import lombok.experimental.SuperBuilder;
import lombok.extern.jackson.Jacksonized;

@Data
@Setter(AccessLevel.PRIVATE)
@SuperBuilder
@EqualsAndHashCode(callSuper = false)
@Jacksonized
public class UserEventSubCondition extends EventSubCondition {

    /**
     * The user ID for the user you want notifications for.
     */
    private String userId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy