Class AccountAddressLocationType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountAddressLocationType
-
public class AccountAddressLocationType extends java.lang.ObjectAccountAddressLocationTypeThe location type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountAddressLocationType.Builder
-
Constructor Summary
Constructors Constructor Description AccountAddressLocationType()AccountAddressLocationType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountAddressLocationType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountAddressLocationTypeSourceValue>sourceValue()The source value of the location type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountAddressLocationTypeValue>value()The type of the location.AccountAddressLocationTypewithSourceValue(AccountAddressLocationTypeSourceValue sourceValue)The source value of the location type.AccountAddressLocationTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeSourceValue> sourceValue)The source value of the location type.AccountAddressLocationTypewithValue(AccountAddressLocationTypeValue value)The type of the location.AccountAddressLocationTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeValue> value)The type of the location.
-
-
-
Constructor Detail
-
AccountAddressLocationType
public AccountAddressLocationType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeSourceValue> sourceValue)
-
AccountAddressLocationType
public AccountAddressLocationType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountAddressLocationTypeValue> value()
The type of the location.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountAddressLocationTypeSourceValue> sourceValue()
The source value of the location type.
-
builder
public static final AccountAddressLocationType.Builder builder()
-
withValue
public AccountAddressLocationType withValue(AccountAddressLocationTypeValue value)
The type of the location.
-
withValue
public AccountAddressLocationType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeValue> value)
The type of the location.
-
withSourceValue
public AccountAddressLocationType withSourceValue(AccountAddressLocationTypeSourceValue sourceValue)
The source value of the location type.
-
withSourceValue
public AccountAddressLocationType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeSourceValue> sourceValue)
The source value of the location type.
-
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
-
-