Package com.mindee.v2.search.models
Class ModelSearchResponse
- java.lang.Object
-
- com.mindee.v2.parsing.CommonResponse
-
- com.mindee.v2.parsing.search.BaseSearchResponse
-
- com.mindee.v2.search.models.ModelSearchResponse
-
- Direct Known Subclasses:
SearchResponse
@ProductAttributes(slug="models") public class ModelSearchResponse extends BaseSearchResponse
Models search response.
-
-
Field Summary
-
Fields inherited from class com.mindee.v2.parsing.search.BaseSearchResponse
pagination
-
-
Constructor Summary
Constructors Constructor Description ModelSearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>bodyLines()Lines composing the response-specific body (header + items).SearchModelsgetModels()Paginated list of matching models.-
Methods inherited from class com.mindee.v2.parsing.search.BaseSearchResponse
getPagination, toString
-
Methods inherited from class com.mindee.v2.parsing.CommonResponse
canEqual, equals, getRawResponse, hashCode, setRawResponse
-
-
-
-
Method Detail
-
bodyLines
protected List<String> bodyLines()
Description copied from class:BaseSearchResponseLines composing the response-specific body (header + items).- Specified by:
bodyLinesin classBaseSearchResponse- Returns:
- A list of body lines.
-
getModels
public SearchModels getModels()
Paginated list of matching models.
-
-