Class SubscriptionDeliveriesOrganizationApi
- java.lang.Object
-
- app.cybrid.cybrid_api_organization.client.api.SubscriptionDeliveriesOrganizationApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-12T17:37:20.715374Z[Etc/UTC]") public class SubscriptionDeliveriesOrganizationApi extends Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionDeliveriesOrganizationApi()SubscriptionDeliveriesOrganizationApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<SubscriptionDeliveryOrganizationModel>createSubscriptionDelivery(PostSubscriptionDeliveryOrganizationModel postSubscriptionDeliveryOrganizationModel)Create SubscriptionDelivery Creates a SubscriptionDelivery.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionDeliveryOrganizationModel>>createSubscriptionDeliveryWithHttpInfo(PostSubscriptionDeliveryOrganizationModel postSubscriptionDeliveryOrganizationModel)ApiClientgetApiClient()reactor.core.publisher.Mono<SubscriptionDeliveryOrganizationModel>getSubscriptionDelivery(String subscriptionDeliveryGuid)Get Subscription Delivery Retrieves a subscription delivery.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionDeliveryOrganizationModel>>getSubscriptionDeliveryWithHttpInfo(String subscriptionDeliveryGuid)reactor.core.publisher.Mono<SubscriptionDeliveryListOrganizationModel>listSubscriptionDeliveries(BigInteger page, BigInteger perPage, String guid, String subscriptionEventGuid, String subscriptionGuid)Get subscription deliveries list Retrieves a listing of subscription deliveries s.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionDeliveryListOrganizationModel>>listSubscriptionDeliveriesWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String subscriptionEventGuid, String subscriptionGuid)voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
SubscriptionDeliveriesOrganizationApi
public SubscriptionDeliveriesOrganizationApi()
-
SubscriptionDeliveriesOrganizationApi
@Autowired public SubscriptionDeliveriesOrganizationApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
createSubscriptionDelivery
public reactor.core.publisher.Mono<SubscriptionDeliveryOrganizationModel> createSubscriptionDelivery(PostSubscriptionDeliveryOrganizationModel postSubscriptionDeliveryOrganizationModel) throws org.springframework.web.reactive.function.client.WebClientResponseException
Create SubscriptionDelivery Creates a SubscriptionDelivery. post Required scope: **subscription_events:execute201 - SubscriptionDelivery created
401 - Unauthorized - Authentication failed,
403 - Invalid scope
- Parameters:
postSubscriptionDeliveryOrganizationModel- The postSubscriptionDeliveryOrganizationModel parameter- Returns:
- SubscriptionDeliveryOrganizationModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createSubscriptionDeliveryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionDeliveryOrganizationModel>> createSubscriptionDeliveryWithHttpInfo(PostSubscriptionDeliveryOrganizationModel postSubscriptionDeliveryOrganizationModel) throws org.springframework.web.reactive.function.client.WebClientResponseException
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
getSubscriptionDelivery
public reactor.core.publisher.Mono<SubscriptionDeliveryOrganizationModel> getSubscriptionDelivery(String subscriptionDeliveryGuid) throws org.springframework.web.reactive.function.client.WebClientResponseException
Get Subscription Delivery Retrieves a subscription delivery. Required scope: **subscription_events:read**200 - Subscription delivery found
401 - Unauthorized - Authentication failed,
403 - Invalid scope
404 - Subscription delivery not found
- Parameters:
subscriptionDeliveryGuid- Identifier for the subscription delivery.- Returns:
- SubscriptionDeliveryOrganizationModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getSubscriptionDeliveryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionDeliveryOrganizationModel>> getSubscriptionDeliveryWithHttpInfo(String subscriptionDeliveryGuid) throws org.springframework.web.reactive.function.client.WebClientResponseException
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
listSubscriptionDeliveries
public reactor.core.publisher.Mono<SubscriptionDeliveryListOrganizationModel> listSubscriptionDeliveries(BigInteger page, BigInteger perPage, String guid, String subscriptionEventGuid, String subscriptionGuid) throws org.springframework.web.reactive.function.client.WebClientResponseException
Get subscription deliveries list Retrieves a listing of subscription deliveries s. Required scope: **subscription_events:read**200 - Get list of subscription deliveries
400 - Invalid requests
401 - Unauthorized - Authentication failed,
403 - Invalid scope
- Parameters:
page- The page index to retrieve.perPage- The number of entities per page to return.guid- Comma separated subscription_delivery_guids to list subscription deliveries for.subscriptionEventGuid- Comma separated subscription_event_guids to list subscription deliveries for.subscriptionGuid- Comma separated subscription_guids to list subscription deliveries for.- Returns:
- SubscriptionDeliveryListOrganizationModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
listSubscriptionDeliveriesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionDeliveryListOrganizationModel>> listSubscriptionDeliveriesWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String subscriptionEventGuid, String subscriptionGuid) throws org.springframework.web.reactive.function.client.WebClientResponseException
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
-