Interface PhysicalCardProfileServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PhysicalCardProfileServiceAsync.WithRawResponseA view of PhysicalCardProfileServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.create.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>create(PhysicalCardProfileCreateParams params)Returns a raw HTTP response for post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.create.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>retrieve(PhysicalCardProfileRetrieveParams params)Returns a raw HTTP response for get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>>list(PhysicalCardProfileListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>>list(PhysicalCardProfileListParams params)Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>>list()Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileServiceAsync.archive.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>archive(PhysicalCardProfileArchiveParams params)Returns a raw HTTP response for post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileServiceAsync.archive.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileServiceAsync.clone.abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>>clone(PhysicalCardProfileCloneParams params)Returns a raw HTTP response for post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileServiceAsync.clone.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> create(PhysicalCardProfileCreateParams params)
Returns a raw HTTP response for
post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.create.
-
retrieve
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> retrieve(PhysicalCardProfileRetrieveParams params)
Returns a raw HTTP response for
get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(PhysicalCardProfileListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(PhysicalCardProfileListParams params)
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list()
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<PhysicalCardProfileListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileServiceAsync.list.
-
archive
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileServiceAsync.archive.
-
archive
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> archive(PhysicalCardProfileArchiveParams params)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileServiceAsync.archive.
-
clone
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileServiceAsync.clone.
-
clone
abstract CompletableFuture<HttpResponseFor<PhysicalCardProfile>> clone(PhysicalCardProfileCloneParams params)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileServiceAsync.clone.
-
-
-
-