com.twilio.sdk.resource.instance.Trigger 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 Trigger.
*
* For more information see https://www.twilio.com/docs/api/rest/usage-records#usage-count-price
*
*/
public enum Trigger {
count, usage, price
}