public static final class DocumentSearchResultValues.Builder extends Object implements Serializable, ModelBuilder, DocumentSearchResultValuesContract
DocumentSearchResultValues
instances. Enforces the
constraints of the DocumentSearchResultValuesContract
.Modifier and Type | Method and Description |
---|---|
DocumentSearchResultValues |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static DocumentSearchResultValues.Builder |
create()
Creates new empty builder instance.
|
static DocumentSearchResultValues.Builder |
create(DocumentSearchResultValuesContract contract)
Creates a new builder instance initialized with copies of the properties from the given contract.
|
List<DocumentSearchResultValue.Builder> |
getResultValues()
Returns an unmodifiable list of the result values, one for each customized document.
|
void |
setResultValues(List<DocumentSearchResultValue.Builder> resultValues) |
public static DocumentSearchResultValues.Builder create()
public static DocumentSearchResultValues.Builder create(DocumentSearchResultValuesContract contract)
contract
- the contract from which to copy propertiesIllegalArgumentException
- if the given contract is nullpublic DocumentSearchResultValues build()
ModelBuilder
build
in interface ModelBuilder
public List<DocumentSearchResultValue.Builder> getResultValues()
DocumentSearchResultValuesContract
getResultValues
in interface DocumentSearchResultValuesContract
public void setResultValues(List<DocumentSearchResultValue.Builder> resultValues)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.