Class Locale
java.lang.Object
io.github.primelib.jira4j.restv2.model.Locale
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Locale
extends Object
Locale
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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.
-
-
Constructor Details
-
Locale
Constructs a validated instance ofLocale.- Parameters:
spec- the specification to process
-
Locale
Constructs a validated instance ofLocale.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Locale(Consumer)instead.- Parameters:
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()
-
-
Method Details
-
builder
-
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
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.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-