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

cz.active24.client.fred.data.list.ListResponse Maven / Gradle / Ivy

There is a newer version: 2.50
Show newest version
package cz.active24.client.fred.data.list;

import cz.active24.client.fred.eppclient.objectstrategy.ServerObjectType;

/**
 * Marker interface, marks all list responses.
 */
public interface ListResponse {

    ServerObjectType getServerObjectType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy