![JAR search and dependency download from the Maven repository](/logo.png)
com.global.api.entities.IRecurringEntity Maven / Gradle / Ivy
package com.global.api.entities;
import com.global.api.entities.exceptions.ApiException;
public interface IRecurringEntity {
String getId();
void setId(String value);
String getKey();
void setKey(String value);
T create(String configName) throws ApiException;
void delete() throws ApiException;
void delete(boolean force) throws ApiException;
T saveChanges() throws ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy