java.lang.Object
io.github.primelib.jira4j.restv3.model.Locale

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Locale extends Object
Locale
  • Felddetails

    • locale

      protected String locale
      The locale code. The Java the locale format is used: a two character language code (ISO 639), an underscore, and two letter country code (ISO 3166). For example, en\\_US represents a locale of English (United States). Required on create.
  • Konstruktordetails

    • Locale

      public Locale(Consumer<Locale> spec)
      Constructs a validated instance of Locale.
      Parameter:
      spec - the specification to process
    • Locale

      @Internal public Locale(String locale)
      Constructs a validated instance of Locale.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Locale(Consumer) instead.

      Parameter:
      locale - The locale code. The Java the locale format is used: a two character language code (ISO 639), an underscore, and two letter country code (ISO 3166). For example, en\\_US represents a locale of English (United States). Required on create.
    • Locale

      protected Locale()
  • Methodendetails

    • builder

      public static Locale.LocaleBuilder builder()
    • locale

      public String locale()
      The locale code. The Java the locale format is used: a two character language code (ISO 639), an underscore, and two letter country code (ISO 3166). For example, en\\_US represents a locale of English (United States). Required on create.
    • locale

      public Locale locale(String locale)
      The locale code. The Java the locale format is used: a two character language code (ISO 639), an underscore, and two letter country code (ISO 3166). For example, en\\_US represents a locale of English (United States). Required on create.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object