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

com.cleeng.api.domain.CaptureQuestionResponse Maven / Gradle / Ivy

package com.cleeng.api.domain;

import org.jsonrpc.JSONRPCMessage;

import java.util.List;

public class CaptureQuestionResponse extends JSONRPCMessage {

    public List result;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy