public class GetFormFieldsPreviewRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetFormFieldsPreviewRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
String |
getLang()
The localization language setting (optional).
|
int |
hashCode() |
GetFormFieldsPreviewRequest |
setApp(Long app)
The App ID (required).
|
GetFormFieldsPreviewRequest |
setLang(String lang)
The localization language setting (optional).
|
String |
toString() |
public Long getApp()
public String getLang()
public GetFormFieldsPreviewRequest setApp(Long app)
this.public GetFormFieldsPreviewRequest setLang(String lang)
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