| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
PlansApi.getPlans(Integer offset,
Integer limit,
String code,
String status,
String name)
Get a List of Plans
Retrieve Plans by Plan Code & Plan Status.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse200> |
PlansApi.getPlansWithHttpInfo(Integer offset,
Integer limit,
String code,
String status,
String name)
Get a List of Plans
Retrieve Plans by Plan Code & Plan Status.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PlansApi.getPlansAsync(Integer offset,
Integer limit,
String code,
String status,
String name,
ApiCallback<InlineResponse200> callback)
Get a List of Plans (asynchronously)
Retrieve Plans by Plan Code & Plan Status.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
InlineResponse200.addPlansItem(InlineResponse200Plans plansItem) |
InlineResponse200 |
InlineResponse200.links(InlineResponse200Links links) |
InlineResponse200 |
InlineResponse200.plans(List<InlineResponse200Plans> plans) |
InlineResponse200 |
InlineResponse200.submitTimeUtc(String submitTimeUtc) |
InlineResponse200 |
InlineResponse200.totalCount(Integer totalCount) |
Copyright © 2023. All rights reserved.