public class AddThreadRequest extends Object implements KintoneRequest
Constructor and Description |
---|
AddThreadRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName()
The name of the new Thread (required).
|
Long |
getSpace()
The Space ID (required).
|
int |
hashCode() |
AddThreadRequest |
setName(String name)
The name of the new Thread (required).
|
AddThreadRequest |
setSpace(Long space)
The Space ID (required).
|
String |
toString() |
public Long getSpace()
public String getName()
public AddThreadRequest setSpace(Long space)
this
.public AddThreadRequest setName(String name)
this
.public boolean equals(Object o)
equals
in class Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object