
com.twilio.sdk.resource.SidResource 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
Java helper library for Twilio services
The newest version!
package com.twilio.sdk.resource;
public abstract class SidResource extends Resource {
private static final long serialVersionUID = -5287621941795007246L;
public abstract String getSid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy