Package com.algolia.model.search
Class GetObjectsRequest
java.lang.Object
com.algolia.model.search.GetObjectsRequest
Record retrieval operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesToRetrieve(String attributesToRetrieveItem) booleanAttributes to retrieve.Name of the index containing the required records.Record's objectID.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.- Returns:
- attributesToRetrieve
-
setObjectID
-
getObjectID
Record's objectID.- Returns:
- objectID
-
setIndexName
-
getIndexName
Name of the index containing the required records.- Returns:
- indexName
-
equals
-
hashCode
public int hashCode() -
toString
-