Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantInfoAddress
-
Packages that use TenantInfoAddress Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of TenantInfoAddress in com.yahoo.vespa.hosted.controller.tenant
Fields in com.yahoo.vespa.hosted.controller.tenant declared as TenantInfoAddress Modifier and Type Field Description static TenantInfoAddressTenantInfoAddress. EMPTYMethods in com.yahoo.vespa.hosted.controller.tenant that return TenantInfoAddress Modifier and Type Method Description TenantInfoAddressTenantInfo. address()TenantInfoAddressTenantInfoBillingContact. address()TenantInfoAddressTenantInfoAddress. withAddressLines(String newAddressLines)TenantInfoAddressTenantInfoAddress. withCity(String newCity)TenantInfoAddressTenantInfoAddress. withCountry(String newCountry)TenantInfoAddressTenantInfoAddress. withPostalCodeOrZip(String newPostalCodeOrZip)TenantInfoAddressTenantInfoAddress. withStateRegionProvince(String newStateRegionProvince)Methods in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantInfoAddress Modifier and Type Method Description TenantInfoTenantInfo. withAddress(TenantInfoAddress newAddress)TenantInfoBillingContactTenantInfoBillingContact. withAddress(TenantInfoAddress newAddress)
-