Uses of Class
com.ellucian.ethos.integration.client.EthosResponseBuilder
-
Packages that use EthosResponseBuilder Package Description com.ellucian.ethos.integration.client -
-
Uses of EthosResponseBuilder in com.ellucian.ethos.integration.client
Subclasses of EthosResponseBuilder in com.ellucian.ethos.integration.client Modifier and Type Class Description class
EthosResponseConverter
Converter class extending theEthosResponseBuilder
, the primary purpose of which is to handle manipulation of the response body content for paging calculations, such as trimming the response body content for a given offset or number of rows.Fields in com.ellucian.ethos.integration.client declared as EthosResponseBuilder Modifier and Type Field Description protected EthosResponseBuilder
EthosClient. ethosResponseBuilder
Used to build an EthosResponse from the given HttpResponse in the responseHandler of each call made.
-