Uses of Class
org.kuali.rice.location.api.country.Country.Builder
Packages that use Country.Builder
-
Uses of Country.Builder in org.kuali.rice.location.api.country
Methods in org.kuali.rice.location.api.country that return Country.BuilderModifier and TypeMethodDescriptionstatic Country.Builderstatic Country.Builderstatic Country.BuilderCountry.Builder.create(String code, String alternatePostalCode, String name, boolean restricted, boolean active) static Country.BuilderCountry.Builder.create(String code, String alternatePostalCode, String name, String nameV3, boolean restricted, boolean active) static Country.BuilderCountry.Builder.create(CountryContract cc) Methods in org.kuali.rice.location.api.country that return types with arguments of type Country.BuilderMethod parameters in org.kuali.rice.location.api.country with type arguments of type Country.BuilderModifier and TypeMethodDescriptionvoidCountryQueryResults.Builder.setResults(List<Country.Builder> results)