| Package | Description |
|---|---|
| org.kuali.rice.location.api.postalcode |
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 PostalCode.Builder |
PostalCode.Builder.create(PostalCodeContract contract)
creates a PostalCode builder from an existing
PostalCodeContract. |
static PostalCode.Builder |
PostalCode.Builder.create(String code,
String countryCode)
creates a PostalCode builder with the required fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<PostalCode.Builder> |
PostalCodeQueryResults.Builder.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
PostalCodeQueryResults.Builder.setResults(List<PostalCode.Builder> results) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.