Class ConversationTypeFilter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Creator<ConversationTypeFilter> CREATOR
      public ConversationType type
      public String channelId
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ConversationType getType()
      void setType(ConversationType type)
      String getChannelId()
      void setChannelId(String channelId)
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConversationTypeFilter

        ConversationTypeFilter()
      • ConversationTypeFilter

        ConversationTypeFilter(ConversationType conversationType)
      • ConversationTypeFilter

        ConversationTypeFilter(ConversationType conversationType, String channelId)