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

com.kintone.client.ResponseHandler Maven / Gradle / Ivy

package com.kintone.client;

import com.kintone.client.api.KintoneResponse;

interface ResponseHandler {
    void handle(KintoneResponse response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy