| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2006 |
SubscriptionsApi.getAllSubscriptions(Integer offset,
Integer limit,
String code,
String status)
Get a List of Subscriptions
Retrieve Subscriptions by Subscription Code & Subscription Status.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2006> |
SubscriptionsApi.getAllSubscriptionsWithHttpInfo(Integer offset,
Integer limit,
String code,
String status)
Get a List of Subscriptions
Retrieve Subscriptions by Subscription Code & Subscription Status.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SubscriptionsApi.getAllSubscriptionsAsync(Integer offset,
Integer limit,
String code,
String status,
ApiCallback<InlineResponse2006> callback)
Get a List of Subscriptions (asynchronously)
Retrieve Subscriptions by Subscription Code & Subscription Status.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2006 |
InlineResponse2006.addSubscriptionsItem(InlineResponse2006Subscriptions subscriptionsItem) |
InlineResponse2006 |
InlineResponse2006.links(InlineResponse200Links links) |
InlineResponse2006 |
InlineResponse2006.submitTimeUtc(String submitTimeUtc) |
InlineResponse2006 |
InlineResponse2006.subscriptions(List<InlineResponse2006Subscriptions> subscriptions) |
InlineResponse2006 |
InlineResponse2006.totalCount(Integer totalCount) |
Copyright © 2023. All rights reserved.