com.twilio.sdk.resource.instance.UsageCategory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twilio-java-sdk Show documentation
Show all versions of twilio-java-sdk Show documentation
Release Candidate for Next-Gen Twilio Java Helper Library
package com.twilio.sdk.resource.instance;
/**
* The Enum UsageCategory.
*
* For more information see https://www.twilio.com/docs/api/rest/usage-records#usage-categories
*
*/
public enum UsageCategory {
calleridlookups,
calls,
calls_client,
calls_inbound,
calls_inbound_local,
calls_inbound_tollfree,
calls_outbound,
calls_sip,
phonenumbers_local,
phonenumbers,
phonenumbers_tollfree,
shortcodes,
shortcodes_customerowned,
shortcodes_random,
shortcodes_vanity,
sms,
sms_inbound,
sms_inbound_longcode,
sms_inbound_shortcode,
sms_outbound,
sms_outbound_longcode,
sms_outbound_shortcode,
recordings,
recordingstorage,
transcriptions,
totalprice,
}