パッケージ twitter4j.v1
インタフェース StatusDeletionNotice
- すべてのスーパーインタフェース:
Comparable<StatusDeletionNotice>
,Serializable
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.
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.
- 導入されたバージョン:
- Twitter4J 2.1.0
-
メソッドの概要
インタフェースから継承されたメソッド java.lang.Comparable
compareTo
-
メソッドの詳細
-
getStatusId
long getStatusId()- 戻り値:
- status id
-
getUserId
long getUserId()- 戻り値:
- user id
-