Package com.increase.api.models
Class Entity.GovernmentAuthority.Address
-
- All Implemented Interfaces:
public final class Entity.GovernmentAuthority.AddressThe government authority's address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEntity.GovernmentAuthority.Address.BuilderA builder for Address.
-
Method Summary
Modifier and Type Method Description final Stringcity()The city of the address. final Stringline1()The first line of the address. final Optional<String>line2()The second line of the address. final Stringstate()The two-letter United States Postal Service (USPS) abbreviation for the state of the address. final Stringzip()The ZIP code of the address. final JsonField<String>_city()The city of the address. final JsonField<String>_line1()The first line of the address. final JsonField<String>_line2()The second line of the address. final JsonField<String>_state()The two-letter United States Postal Service (USPS) abbreviation for the state of the address. final JsonField<String>_zip()The ZIP code of the address. final Map<String, JsonValue>_additionalProperties()final Entity.GovernmentAuthority.Addressvalidate()final Entity.GovernmentAuthority.Address.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Entity.GovernmentAuthority.Address.Builderbuilder()-
-
Method Detail
-
state
final String state()
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
-
_state
final JsonField<String> _state()
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Entity.GovernmentAuthority.Address validate()
-
toBuilder
final Entity.GovernmentAuthority.Address.Builder toBuilder()
-
builder
final static Entity.GovernmentAuthority.Address.Builder builder()
-
-
-
-