Uses of Class
app.cybrid.cybrid_api_organization.client.model.SubscriptionListOrganizationModel
-
Packages that use SubscriptionListOrganizationModel Package Description app.cybrid.cybrid_api_organization.client.api app.cybrid.cybrid_api_organization.client.model -
-
Uses of SubscriptionListOrganizationModel in app.cybrid.cybrid_api_organization.client.api
Methods in app.cybrid.cybrid_api_organization.client.api that return types with arguments of type SubscriptionListOrganizationModel Modifier and Type Method Description reactor.core.publisher.Mono<SubscriptionListOrganizationModel>SubscriptionsOrganizationApi. listSubscriptions(BigInteger page, BigInteger perPage, String guid)Get subscriptions list Retrieves a listing of subscriptions.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SubscriptionListOrganizationModel>>SubscriptionsOrganizationApi. listSubscriptionsWithHttpInfo(BigInteger page, BigInteger perPage, String guid) -
Uses of SubscriptionListOrganizationModel in app.cybrid.cybrid_api_organization.client.model
Methods in app.cybrid.cybrid_api_organization.client.model that return SubscriptionListOrganizationModel Modifier and Type Method Description SubscriptionListOrganizationModelSubscriptionListOrganizationModel. addObjectsItem(SubscriptionOrganizationModel objectsItem)SubscriptionListOrganizationModelSubscriptionListOrganizationModel. objects(List<SubscriptionOrganizationModel> objects)SubscriptionListOrganizationModelSubscriptionListOrganizationModel. page(BigInteger page)SubscriptionListOrganizationModelSubscriptionListOrganizationModel. perPage(BigInteger perPage)SubscriptionListOrganizationModelSubscriptionListOrganizationModel. total(BigInteger total)
-