![JAR search and dependency download from the Maven repository](/logo.png)
com.evotext.clever.requests.IdRequest Maven / Gradle / Ivy
package com.evotext.clever.requests;
public class IdRequest extends CleverRequest{
private String id;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy