public interface Location extends Entity
Entity
classes.Entity
Modifier and Type | Interface and Description |
---|---|
static class |
Location.AddressType |
static class |
Location.AddressUsage |
static class |
Location.BoxType |
static class |
Location.DeliveryPoint |
static class |
Location.LatLong |
static class |
Location.LocationType |
static class |
Location.NotReceivingMailReason |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress() |
Location.AddressType |
getAddressType() |
java.lang.String |
getAptNumber() |
java.lang.String |
getAptType() |
java.lang.String |
getBoxNumber() |
Location.BoxType |
getBoxType() |
java.lang.String |
getCity() |
java.lang.String |
getCountryCode() |
java.lang.Boolean |
getDeliverable() |
Location.DeliveryPoint |
getDeliveryPoint() |
java.lang.String |
getHouse() |
Location.LatLong |
getLatLong() |
Location.NotReceivingMailReason |
getNotReceivingMailReason() |
java.lang.String |
getPostalCode() |
java.lang.String |
getPostDir() |
java.lang.String |
getPreDir() |
java.lang.Boolean |
getReceivingMail() |
java.lang.String |
getStandardAddressLine1() |
java.lang.String |
getStandardAddressLine2() |
java.lang.String |
getStandardAddressLocation() |
java.lang.String |
getStateCode() |
java.lang.String |
getStreetName() |
java.lang.String |
getStreetType() |
Location.LocationType |
getType() |
Location.AddressUsage |
getUsage() |
TimePeriod |
getValidFor() |
java.lang.String |
getZip4() |
getAssociations, getBusinessAssociations, getBusinesses, getEntities, getId, getLocationAssociations, getLocations, getName, getPeople, getPersonAssociations, getPhoneAssociations, getPhones, isLoaded, isProxy, load
Location.LocationType getType()
java.lang.String getAddress()
java.lang.String getStandardAddressLine1()
java.lang.String getStandardAddressLine2()
java.lang.String getStandardAddressLocation()
java.lang.String getCity()
java.lang.String getPostalCode()
java.lang.String getStateCode()
java.lang.String getCountryCode()
java.lang.String getAptType()
java.lang.String getZip4()
java.lang.String getHouse()
java.lang.String getStreetName()
java.lang.String getStreetType()
java.lang.String getPreDir()
java.lang.String getPostDir()
java.lang.String getAptNumber()
java.lang.String getBoxNumber()
TimePeriod getValidFor()
java.lang.Boolean getReceivingMail()
Location.NotReceivingMailReason getNotReceivingMailReason()
Location.AddressUsage getUsage()
Location.DeliveryPoint getDeliveryPoint()
Location.BoxType getBoxType()
Location.AddressType getAddressType()
Location.LatLong getLatLong()
java.lang.Boolean getDeliverable()