nl.vpro.berlijn.domain.productmetadata.Language Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-berlijn Show documentation
Show all versions of media-berlijn Show documentation
Json bindings for project berlijn topics consumed by poms
The newest version!
package nl.vpro.berlijn.domain.productmetadata;
import org.meeuw.i18n.languages.LanguageCode;
public record Language(
LanguageCode language,
Usage usage
) {
public enum Usage {
audiodescription,
dubbed,
supplemental
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy