Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantAddress
-
Packages that use TenantAddress Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of TenantAddress in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TenantAddress Modifier and Type Method Description TenantAddressTenantBilling. address()TenantAddressTenantInfo. address()static TenantAddressTenantAddress. empty()TenantAddressTenantAddress. withAddress(String address)TenantAddressTenantAddress. withCity(String city)TenantAddressTenantAddress. withCode(String code)TenantAddressTenantAddress. withCountry(String country)TenantAddressTenantAddress. withRegion(String region)Methods in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantAddress Modifier and Type Method Description TenantBillingTenantBilling. withAddress(TenantAddress updatedAddress)TenantInfoTenantInfo. withAddress(TenantAddress address)Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantAddress Constructor Description TenantBilling(TenantContact contact, TenantAddress address)
-