public class EntityListResponse extends BaseResponse
| Constructor and Description | 
|---|
| EntityListResponse()Default constructor for EntityListResponse. | 
| EntityListResponse(NameIdentifier[] idents)Constructor for EntityListResponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| NameIdentifier[] | identifiers()Returns the array of entity identifiers. | 
| void | validate()Validates the response data. | 
public EntityListResponse(NameIdentifier[] idents)
idents - The array of entity identifiers.public EntityListResponse()
public NameIdentifier[] identifiers()
public void validate()
              throws java.lang.IllegalArgumentException
validate in interface RESTMessagevalidate in class BaseResponsejava.lang.IllegalArgumentException - if catalog identifiers are not set.