Uses of Class
com.google.appengine.api.search.GetRequest.Builder
-
Packages that use GetRequest.Builder Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of GetRequest.Builder in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return GetRequest.Builder Modifier and Type Method Description static GetRequest.BuilderGetRequest. newBuilder()static GetRequest.BuilderGetRequest. newBuilder(GetRequest request)GetRequest.BuilderGetRequest.Builder. setIncludeStart(boolean includeStart)Sets whether or not to include the object whose ID is specified via thesetStartId(String)method.GetRequest.BuilderGetRequest.Builder. setLimit(Integer limit)Sets the maximum number of objects to return.GetRequest.BuilderGetRequest.Builder. setReturningIdsOnly(boolean returningIdsOnly)Sets whether just objects containing just their key are returned, or whether the complete objects are returned.GetRequest.BuilderGetRequest.Builder. setStartId(String startId)Sets the Id of the first object to return.Methods in com.google.appengine.api.search with parameters of type GetRequest.Builder Modifier and Type Method Description GetResponse<Document>Index. getRange(GetRequest.Builder builder)Future<GetResponse<Document>>Index. getRangeAsync(GetRequest.Builder builder)
-