Uses of Class
br.com.juno.integration.api.services.response.Responses
-
Packages that use Responses Package Description br.com.juno.integration.api.services br.com.juno.integration.api.services.response -
-
Uses of Responses in br.com.juno.integration.api.services
Methods in br.com.juno.integration.api.services that return Responses Modifier and Type Method Description Responses<Charge>ChargeService. list(ChargeListRequest request)Responses<Charge>ChargeService. listNextPage(Responses<Charge> currentPage)Methods in br.com.juno.integration.api.services with parameters of type Responses Modifier and Type Method Description Responses<Charge>ChargeService. listNextPage(Responses<Charge> currentPage) -
Uses of Responses in br.com.juno.integration.api.services.response
Constructor parameters in br.com.juno.integration.api.services.response with type arguments of type Responses Constructor Description Responses(List<Responses<T>> pagedResponses, String resourceToken)
-