Uses of Enum Class
org.projecthusky.common.enums.PostalAddressUse
Packages that use PostalAddressUse
Package
Description
-
Uses of PostalAddressUse in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return PostalAddressUseModifier and TypeMethodDescriptionAddressBaseType.getUsage()Gets type of usage (such as private, business, ...).Methods in org.projecthusky.common.basetypes with parameters of type PostalAddressUseModifier and TypeMethodDescriptionvoidAddressBaseType.setUsage(PostalAddressUse usage) Sets the type of usage.AddressBaseType.Builder.withUsage(PostalAddressUse usage) With usage. -
Uses of PostalAddressUse in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return PostalAddressUseModifier and TypeMethodDescriptionstatic @Nullable PostalAddressUseGets the Enum with a given code.static PostalAddressUseReturns the enum constant of this class with the specified name.static PostalAddressUse[]PostalAddressUse.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PostalAddressUse in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils with parameters of type PostalAddressUseModifier and TypeMethodDescriptionstatic ADUtil.createAddress(String zip, String city, PostalAddressUse usage) Deprecated, for removal: This API element is subject to removal in a future version.Creates an address.