public class UpdateThreadRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateThreadRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBody()
The contents of the Thread body (optional).
|
Long |
getId()
The Thread ID (required).
|
String |
getName()
The new name of the Thread (optional).
|
int |
hashCode() |
UpdateThreadRequest |
setBody(String body)
The contents of the Thread body (optional).
|
UpdateThreadRequest |
setId(Long id)
The Thread ID (required).
|
UpdateThreadRequest |
setName(String name)
The new name of the Thread (optional).
|
String |
toString() |
public Long getId()
public String getName()
public String getBody()
public UpdateThreadRequest setId(Long id)
this.public UpdateThreadRequest setName(String name)
this.public UpdateThreadRequest setBody(String body)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object