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

org.adorsys.docusafe.client.api.ReadDocumentResponse Maven / Gradle / Ivy

package org.adorsys.docusafe.client.api;

/**
 * Created by peter on 27.02.18 at 11:49.
 */

public class ReadDocumentResponse extends DSDocument {
    @Override
    public String toString() {
        return "ReadDocumentResponse{" + super.toString() + '}';
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy