Interface LanguageType


public interface LanguageType
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    int
    id()
     
    static @NotNull LanguageType
    of(int id, @NotNull String code)
     
  • Method Details

    • id

      int id()
    • code

      @NotNull @NotNull String code()
    • of

      @NotNull static @NotNull LanguageType of(int id, @NotNull @NotNull String code)