Class SubscriptionEventsOrganizationApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-08-19T19:27:22.575325Z[Etc/UTC]")
    public class SubscriptionEventsOrganizationApi
    extends Object
    • Constructor Detail

      • SubscriptionEventsOrganizationApi

        public SubscriptionEventsOrganizationApi()
      • SubscriptionEventsOrganizationApi

        @Autowired
        public SubscriptionEventsOrganizationApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getSubscriptionEvent

        public reactor.core.publisher.Mono<SubscriptionEventOrganizationModel> getSubscriptionEvent​(String subscriptionEventGuid)
                                                                                             throws org.springframework.web.reactive.function.client.WebClientResponseException
        Get Subscription Event Retrieves a Subscription Event. Required scope: **subscription_events:read**

        200 - Subscription Event found

        401 - Unauthorized - Authentication failed,

        403 - Invalid scope

        404 - Subscription Event not found

        Parameters:
        subscriptionEventGuid - Identifier for the Subscription Event.
        Returns:
        SubscriptionEventOrganizationModel
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • getSubscriptionEventWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionEventOrganizationModel>> getSubscriptionEventWithHttpInfo​(String subscriptionEventGuid)
                                                                                                                                                  throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException
      • listSubscriptionEvents

        public reactor.core.publisher.Mono<SubscriptionEventListOrganizationModel> listSubscriptionEvents​(BigInteger page,
                                                                                                          BigInteger perPage,
                                                                                                          String guid)
                                                                                                   throws org.springframework.web.reactive.function.client.WebClientResponseException
        Get subscription events list Retrieves a listing of subscription events s. Required scope: **subscription_events:read**

        200 - Get list of subscription events

        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_event_guids to list subscription events for.
        Returns:
        SubscriptionEventListOrganizationModel
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • listSubscriptionEventsWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionEventListOrganizationModel>> listSubscriptionEventsWithHttpInfo​(BigInteger page,
                                                                                                                                                               BigInteger perPage,
                                                                                                                                                               String guid)
                                                                                                                                                        throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException