| Package | Description |
|---|---|
| org.kuali.rice.location.api.country |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
static Country.Builder |
Country.Builder.create(CountryContract cc) |
static Country.Builder |
Country.Builder.create(String code,
String name) |
static Country.Builder |
Country.Builder.create(String code,
String alternatePostalCode,
String name,
boolean restricted,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
List<Country.Builder> |
CountryQueryResults.Builder.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
CountryQueryResults.Builder.setResults(List<Country.Builder> results) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.