public final class GetFormFieldsResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetFormFieldsResponseBody(Map<String,FieldProperty> properties,
long revision)
Creates a new
GetFormFieldsResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,FieldProperty> |
getProperties()
An object with data of the field settings.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"properties","revision"})
public GetFormFieldsResponseBody(Map<String,FieldProperty> properties,
long revision)
GetFormFieldsResponseBody instance.properties - An object with data of the field settings.revision - The revision number of the App settings.public Map<String,FieldProperty> getProperties()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object