public class UpdateViewsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateViewsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
Map<String,View> |
getViews()
An object of data of Views (required).
|
int |
hashCode() |
UpdateViewsRequest |
setApp(Long app)
The App ID (required).
|
UpdateViewsRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
UpdateViewsRequest |
setViews(Map<String,View> views)
An object of data of Views (required).
|
String |
toString() |
public Long getApp()
public Map<String,View> getViews()
A key is the view name and the value is its view settings. Update Views API will replace all current Views with the Views listed in the request. View names that are not stated in this map will be deleted.
public Long getRevision()
public UpdateViewsRequest setApp(Long app)
this.public UpdateViewsRequest setViews(Map<String,View> views)
A key is the view name and the value is its view settings. Update Views API will replace all current Views with the Views listed in the request. View names that are not stated in this map will be deleted.
this.public UpdateViewsRequest 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