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

travel.izi.api.service.constant.Language Maven / Gradle / Ivy

Go to download

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