Uses of Class
app.cybrid.cybrid_api_organization.client.model.SubscriptionDeliveryListOrganizationModel
-
Packages that use SubscriptionDeliveryListOrganizationModel Package Description app.cybrid.cybrid_api_organization.client.api app.cybrid.cybrid_api_organization.client.model -
-
Uses of SubscriptionDeliveryListOrganizationModel in app.cybrid.cybrid_api_organization.client.api
Methods in app.cybrid.cybrid_api_organization.client.api that return types with arguments of type SubscriptionDeliveryListOrganizationModel Modifier and Type Method Description reactor.core.publisher.Mono<SubscriptionDeliveryListOrganizationModel>SubscriptionDeliveriesOrganizationApi. 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>>SubscriptionDeliveriesOrganizationApi. listSubscriptionDeliveriesWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String subscriptionEventGuid, String subscriptionGuid) -
Uses of SubscriptionDeliveryListOrganizationModel in app.cybrid.cybrid_api_organization.client.model
Methods in app.cybrid.cybrid_api_organization.client.model that return SubscriptionDeliveryListOrganizationModel Modifier and Type Method Description SubscriptionDeliveryListOrganizationModelSubscriptionDeliveryListOrganizationModel. addObjectsItem(SubscriptionDeliveryOrganizationModel objectsItem)SubscriptionDeliveryListOrganizationModelSubscriptionDeliveryListOrganizationModel. objects(List<SubscriptionDeliveryOrganizationModel> objects)SubscriptionDeliveryListOrganizationModelSubscriptionDeliveryListOrganizationModel. page(BigInteger page)SubscriptionDeliveryListOrganizationModelSubscriptionDeliveryListOrganizationModel. perPage(BigInteger perPage)SubscriptionDeliveryListOrganizationModelSubscriptionDeliveryListOrganizationModel. total(BigInteger total)
-