public final class GetViewsPreviewResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetViewsPreviewResponseBody(Map<String,View> views,
long revision)
Creates a new
GetViewsPreviewResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getRevision()
The revision number of the App settings.
|
Map<String,View> |
getViews()
An object listing View information.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"views","revision"}) public GetViewsPreviewResponseBody(Map<String,View> views, long revision)
GetViewsPreviewResponseBody
instance.views
- An object listing View information.revision
- The revision number of the App settings.public Map<String,View> getViews()
public long getRevision()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object