com.univapay.sdk.models.response.SimpleModel Maven / Gradle / Ivy
package com.univapay.sdk.models.response;
import com.univapay.sdk.models.common.BaseId;
/**
* This marker represents a POJO that can be a response from the API T : the type of an ID of the
* model
*/
public interface SimpleModel {
T getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy