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

com.bronto.api.model.ApiValue Maven / Gradle / Ivy

The newest version!
package com.bronto.api.model;

public interface ApiValue {
    public String getApiValue();
    public boolean matches(String apiValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy