Package com.algolia.model.search
Class GetObjectsRequest
java.lang.Object
com.algolia.model.search.GetObjectsRequest
Request body for retrieving records.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesToRetrieve(String attributesToRetrieveItem) booleanAttributes to retrieve.Index from which to retrieve the records.Object ID for the record to retrieve.inthashCode()setAttributesToRetrieve(List<String> attributesToRetrieve) setIndexName(String indexName) setObjectID(String objectID) toString()
-
Constructor Details
-
GetObjectsRequest
public GetObjectsRequest()
-
-
Method Details
-
setAttributesToRetrieve
-
addAttributesToRetrieve
-
getAttributesToRetrieve
Attributes to retrieve. If not specified, all retrievable attributes are returned. -
setObjectID
-
getObjectID
Object ID for the record to retrieve. -
setIndexName
-
getIndexName
Index from which to retrieve the records. -
equals
-
hashCode
public int hashCode() -
toString
-