Interface IRetrieveQueryModelRetVal<QueryConfig>
- Type Parameters:
QueryConfig- Type of the configuration object that is used to store the query's properties.
- All Known Implementing Classes:
DefaultRetrieveQueryModelRetVal.Builder
public interface IRetrieveQueryModelRetVal<QueryConfig>
Return value of
retrieveQueryModel.-
Method Summary
Modifier and TypeMethodDescriptionThe model to use, or null to use the current model.
-
Method Details
-
queryConfig
QueryConfig queryConfig()The model to use, or null to use the current model. You can either mutate the current model in-place or create a new instance.- Returns:
- The model to use, or null to use the current model.
-