Class CountryCodeEnum
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CountryCodeEnum
-
public class CountryCodeEnum extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCountryCodeEnum.Builder
-
Constructor Summary
Constructors Constructor Description CountryCodeEnum()CountryCodeEnum(org.openapitools.jackson.nullable.JsonNullable<? extends Value> value, org.openapitools.jackson.nullable.JsonNullable<? extends SourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CountryCodeEnum.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<SourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<Value>value()The ISO3166-1 Alpha2 Code of the CountryCountryCodeEnumwithSourceValue(SourceValue sourceValue)CountryCodeEnumwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SourceValue> sourceValue)CountryCodeEnumwithValue(Value value)The ISO3166-1 Alpha2 Code of the CountryCountryCodeEnumwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends Value> value)The ISO3166-1 Alpha2 Code of the Country
-
-
-
Constructor Detail
-
CountryCodeEnum
public CountryCodeEnum(org.openapitools.jackson.nullable.JsonNullable<? extends Value> value, org.openapitools.jackson.nullable.JsonNullable<? extends SourceValue> sourceValue)
-
CountryCodeEnum
public CountryCodeEnum()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<Value> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<SourceValue> sourceValue()
-
builder
public static final CountryCodeEnum.Builder builder()
-
withValue
public CountryCodeEnum withValue(Value value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public CountryCodeEnum withValue(org.openapitools.jackson.nullable.JsonNullable<? extends Value> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public CountryCodeEnum withSourceValue(SourceValue sourceValue)
-
withSourceValue
public CountryCodeEnum withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-