
travel.izi.api.service.constant.Language Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-api-extended Show documentation
Show all versions of java-api-extended Show documentation
Java wrapper around the izi.TRAVEL API using Retrofit. Remote services are grouped into local service objects which can be centrally managed by a IZITravel instance. It will act as a factory for all of the services and will automatically initialize them with your credentials and API key.
The newest version!
package travel.izi.api.service.constant;
import travel.izi.api.service.LanguageService;
/**
* The "language" parameter values.
*/
@SuppressWarnings("unused")
public class Language {
/**
* The {@code any} keyword is equivalent to the list returned by {@link LanguageService#getUsedLanguages()}.
*/
public static final String ANY = "any";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy