| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
GetAllPlansResponse |
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<GetAllPlansResponse> |
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<GetAllPlansResponse> callback)
Get a List of Plans (asynchronously)
Retrieve Plans by Plan Code & Plan Status.
|
| Modifier and Type | Method and Description |
|---|---|
GetAllPlansResponse |
GetAllPlansResponse.addPlansItem(GetAllPlansResponsePlans plansItem) |
GetAllPlansResponse |
GetAllPlansResponse.links(GetAllPlansResponseLinks links) |
GetAllPlansResponse |
GetAllPlansResponse.plans(List<GetAllPlansResponsePlans> plans) |
GetAllPlansResponse |
GetAllPlansResponse.submitTimeUtc(String submitTimeUtc) |
GetAllPlansResponse |
GetAllPlansResponse.totalCount(Integer totalCount) |
Copyright © 2025. All rights reserved.