All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.internal.models4j.StatusDeletionNotice Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;


/**
 * A data class representing Status deletionNotice
* Clients are urged to honor deletionNotice requests and discard deleted statuses immediately. At times, status deletionNotice messages may arrive before the status. Even in this case, the late arriving status should be deleted from your backing store. * * * @since Twitter4J 2.1.0 */ public interface StatusDeletionNotice extends Comparable, java.io.Serializable { long getStatusId(); long getUserId(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy