@ShellComponent @ShellCommandGroup(value="TelcoUsage") public class TelcoUsage extends ApiCliBase
clientFactory| Constructor and Description |
|---|
TelcoUsage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUsageForTelcoService(boolean check,
String serviceId,
java.time.OffsetDateTime oldestDate,
java.time.OffsetDateTime newestDate) |
String |
listTelcoUsage(boolean check,
java.time.OffsetDateTime oldestDate,
java.time.OffsetDateTime newestDate,
Integer page,
Integer pageSize) |
String |
listUsageForTelcoService(boolean check,
List<String> serviceIds,
java.time.OffsetDateTime oldestDate,
java.time.OffsetDateTime newestDate,
Integer page,
Integer pageSize) |
createObjectMapper, getEndpointVersion, throwConformanceErrors, toJson, validateMetadata@ShellMethod(value="List Telco usage") public String listTelcoUsage(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime oldestDate, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime newestDate, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize) throws Exception
Exception@ShellMethod(value="Get usage for specific Telco service") public String listUsageForTelcoService(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") List<String> serviceIds, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime oldestDate, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime newestDate, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize) throws Exception
Exception@ShellMethod(value="Get usage for Telco service") public String getUsageForTelcoService(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") String serviceId, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime oldestDate, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime newestDate) throws Exception
ExceptionCopyright © 2023. All rights reserved.