org.telegram.telegraph.api.Validable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegraph-meta Show documentation
Show all versions of telegraph-meta Show documentation
Easy to use library to interact with Telegra.ph
The newest version!
package org.telegram.telegraph.api;
import org.telegram.telegraph.exceptions.TelegraphValidationException;
/**
* @author Ruben Bermudez
* @version 1.0
*/
public interface Validable {
/**
* Validates that mandatory fields are filled and optional objects
* @throws TelegraphValidationException If any mandatory field is invalid
*/
void validate() throws TelegraphValidationException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy