Package org.openapitools.client.models
Class ListCallTypeResponse
-
- All Implemented Interfaces:
public final class ListCallTypeResponse
-
-
Constructor Summary
Constructors Constructor Description ListCallTypeResponse(Map<String, CallTypeResponse> callTypes, String duration)
-
Method Summary
Modifier and Type Method Description final Map<String, CallTypeResponse>getCallTypes()final StringgetDuration()-
-
Constructor Detail
-
ListCallTypeResponse
ListCallTypeResponse(Map<String, CallTypeResponse> callTypes, String duration)
-
-
Method Detail
-
getCallTypes
final Map<String, CallTypeResponse> getCallTypes()
-
getDuration
final String getDuration()
-
-
-
-