Class ResponseChain<T,​R>

  • Type Parameters:
    T - Content type of the root response
    R - Content type of each individual related response

    public class ResponseChain<T,​R>
    extends Response<T>
    Response that can contain a list of related responses.