public class UpdateSpaceBodyRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateSpaceBodyRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBody()
The contents of the body as an HTML string (required).
|
Long |
getId()
The Space ID (required).
|
int |
hashCode() |
UpdateSpaceBodyRequest |
setBody(String body)
The contents of the body as an HTML string (required).
|
UpdateSpaceBodyRequest |
setId(Long id)
The Space ID (required).
|
String |
toString() |
public Long getId()
public String getBody()
public UpdateSpaceBodyRequest setId(Long id)
this.public UpdateSpaceBodyRequest 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