@Override
public void setCollectionResponseCustomMetadata(RecordTemplate metadata) throws RestLiResponseDataException
{
if (metadata != null && !isCollectionResponse())
{
throw new RestLiResponseDataException("This method can be invoked only for collection responses");
}
_collectionResponseCustomMetadata = metadata;
}