Class LockboxServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.LockboxService.WithRawResponse
public final class LockboxServiceImpl.WithRawResponseImpl implements LockboxService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Lockbox>create(LockboxCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /lockboxes, but is otherwise the same as LockboxService.create.HttpResponseFor<Lockbox>retrieve(LockboxRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /lockboxes/{lockbox_id}, but is otherwise the same as LockboxService.retrieve.HttpResponseFor<Lockbox>update(LockboxUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /lockboxes/{lockbox_id}, but is otherwise the same as LockboxService.update.HttpResponseFor<LockboxListPage>list(LockboxListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /lockboxes, but is otherwise the same as LockboxService.list.-
-
Method Detail
-
create
HttpResponseFor<Lockbox> create(LockboxCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /lockboxes, but is otherwise the same as LockboxService.create.
-
retrieve
HttpResponseFor<Lockbox> retrieve(LockboxRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /lockboxes/{lockbox_id}, but is otherwise the same as LockboxService.retrieve.
-
update
HttpResponseFor<Lockbox> update(LockboxUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /lockboxes/{lockbox_id}, but is otherwise the same as LockboxService.update.
-
list
HttpResponseFor<LockboxListPage> list(LockboxListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /lockboxes, but is otherwise the same as LockboxService.list.
-
-
-
-