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

cz.active24.client.fred.data.transfer.TransferRequest Maven / Gradle / Ivy

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

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

/**
 * Marker interface, marks all transfer requests.
 */
public interface TransferRequest {

    ServerObjectType getServerObjectType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy