public class UpdateFormLayoutRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateFormLayoutRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<Layout> |
getLayout()
A list of field layouts for each row (required).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
int |
hashCode() |
UpdateFormLayoutRequest |
setApp(Long app)
The App ID (required).
|
UpdateFormLayoutRequest |
setLayout(List<Layout> layout)
A list of field layouts for each row (required).
|
UpdateFormLayoutRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
String |
toString() |
public Long getApp()
public List<Layout> getLayout()
public Long getRevision()
public UpdateFormLayoutRequest setApp(Long app)
this.public UpdateFormLayoutRequest setLayout(List<Layout> layout)
this.public UpdateFormLayoutRequest setRevision(Long revision)
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