Class DigitalCardProfileServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.DigitalCardProfileService.WithRawResponse
public final class DigitalCardProfileServiceImpl.WithRawResponseImpl implements DigitalCardProfileService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<DigitalCardProfile>create(DigitalCardProfileCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.create.HttpResponseFor<DigitalCardProfile>retrieve(DigitalCardProfileRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_card_profiles/{digital_card_profile_id}, but is otherwise the same as DigitalCardProfileService.retrieve.HttpResponseFor<DigitalCardProfileListPage>list(DigitalCardProfileListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.HttpResponseFor<DigitalCardProfile>archive(DigitalCardProfileArchiveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /digital_card_profiles/{digital_card_profile_id}/archive, but is otherwise the same as DigitalCardProfileService.archive.HttpResponseFor<DigitalCardProfile>clone(DigitalCardProfileCloneParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /digital_card_profiles/{digital_card_profile_id}/clone, but is otherwise the same as DigitalCardProfileService.clone.-
-
Method Detail
-
create
HttpResponseFor<DigitalCardProfile> create(DigitalCardProfileCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.create.
-
retrieve
HttpResponseFor<DigitalCardProfile> retrieve(DigitalCardProfileRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_card_profiles/{digital_card_profile_id}, but is otherwise the same as DigitalCardProfileService.retrieve.
-
list
HttpResponseFor<DigitalCardProfileListPage> list(DigitalCardProfileListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.
-
archive
HttpResponseFor<DigitalCardProfile> archive(DigitalCardProfileArchiveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/archive, but is otherwise the same as DigitalCardProfileService.archive.
-
clone
HttpResponseFor<DigitalCardProfile> clone(DigitalCardProfileCloneParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/clone, but is otherwise the same as DigitalCardProfileService.clone.
-
-
-
-