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

com.univapay.sdk.models.response.SimpleModel Maven / Gradle / Ivy

The newest version!
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