Interface DigitalCardProfileService.WithRawResponse
-
- All Implemented Interfaces:
public interface DigitalCardProfileService.WithRawResponseA view of DigitalCardProfileService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<DigitalCardProfile>create(DigitalCardProfileCreateParams params)Returns a raw HTTP response for post /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.create.abstract 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.abstract HttpResponseFor<DigitalCardProfile>retrieve(DigitalCardProfileRetrieveParams params)Returns a raw HTTP response for get /digital_card_profiles/{digital_card_profile_id}, but is otherwise the same as DigitalCardProfileService.retrieve.abstract 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.abstract HttpResponseFor<DigitalCardProfileListPage>list(DigitalCardProfileListParams params)Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.abstract HttpResponseFor<DigitalCardProfileListPage>list()Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.HttpResponseFor<DigitalCardProfileListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.abstract 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.abstract HttpResponseFor<DigitalCardProfile>archive(DigitalCardProfileArchiveParams params)Returns a raw HTTP response for post /digital_card_profiles/{digital_card_profile_id}/archive, but is otherwise the same as DigitalCardProfileService.archive.abstract 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.abstract HttpResponseFor<DigitalCardProfile>clone(DigitalCardProfileCloneParams params)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
abstract 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.
-
create
abstract HttpResponseFor<DigitalCardProfile> create(DigitalCardProfileCreateParams params)
Returns a raw HTTP response for
post /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.create.
-
retrieve
abstract 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.
-
retrieve
abstract HttpResponseFor<DigitalCardProfile> retrieve(DigitalCardProfileRetrieveParams params)
Returns a raw HTTP response for
get /digital_card_profiles/{digital_card_profile_id}, but is otherwise the same as DigitalCardProfileService.retrieve.
-
list
abstract 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.
-
list
abstract HttpResponseFor<DigitalCardProfileListPage> list(DigitalCardProfileListParams params)
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.
-
list
abstract HttpResponseFor<DigitalCardProfileListPage> list()
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.
-
list
HttpResponseFor<DigitalCardProfileListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_card_profiles, but is otherwise the same as DigitalCardProfileService.list.
-
archive
abstract 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.
-
archive
abstract HttpResponseFor<DigitalCardProfile> archive(DigitalCardProfileArchiveParams params)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/archive, but is otherwise the same as DigitalCardProfileService.archive.
-
clone
abstract 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.
-
clone
abstract HttpResponseFor<DigitalCardProfile> clone(DigitalCardProfileCloneParams params)
Returns a raw HTTP response for
post /digital_card_profiles/{digital_card_profile_id}/clone, but is otherwise the same as DigitalCardProfileService.clone.
-
-
-
-