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

io.github.zhyshko.core.response.ResponseEntity Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package io.github.zhyshko.core.response;

import io.github.zhyshko.core.router.Route;
import lombok.Builder;
import lombok.Data;
import lombok.Singular;
import org.telegram.telegrambots.meta.api.methods.botapimethods.BotApiMethod;

import java.io.Serializable;
import java.util.List;

@Data
@Builder
public class ResponseEntity {

    @Singular
    private List> responses;

    private Class nextRoute;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy