Class ProgramServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.ProgramService.WithRawResponse
public final class ProgramServiceImpl.WithRawResponseImpl implements ProgramService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Program>retrieve(ProgramRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /programs/{program_id}, but is otherwise the same as ProgramService.retrieve.HttpResponseFor<ProgramListPage>list(ProgramListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /programs, but is otherwise the same as ProgramService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<Program> retrieve(ProgramRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /programs/{program_id}, but is otherwise the same as ProgramService.retrieve.
-
list
HttpResponseFor<ProgramListPage> list(ProgramListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /programs, but is otherwise the same as ProgramService.list.
-
-
-
-