Update Thread Request
    Class representing a request to update a thread.
Constructors
Link copied to clipboard
                  public UpdateThreadRequest UpdateThreadRequest(@Json(name = "starred" ) Boolean starred, @Json(name = "unread" ) Boolean unread, @Json(name = "folders" ) List<String> folders)
Types
Link copied to clipboard
                  Builder for UpdateThreadRequest.