public final class GetAppCustomizePreviewResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetAppCustomizePreviewResponseBody(CustomizeScope scope,
CustomizeBody desktop,
CustomizeBody mobile,
long revision)
Creates a new
GetAppCustomizePreviewResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CustomizeBody |
getDesktop()
An object containing data of JavaScript and CSS files for the desktop.
|
CustomizeBody |
getMobile()
An object containing data of JavaScript and CSS files for the mobile.
|
long |
getRevision()
The revision number of the app settings.
|
CustomizeScope |
getScope()
The scope of customization *
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"scope","desktop","mobile","revision"})
public GetAppCustomizePreviewResponseBody(CustomizeScope scope,
CustomizeBody desktop,
CustomizeBody mobile,
long revision)
GetAppCustomizePreviewResponseBody instance.scope - The scope of customization *desktop - An object containing data of JavaScript and CSS files for the desktop.mobile - An object containing data of JavaScript and CSS files for the mobile.revision - The revision number of the app settings.public CustomizeScope getScope()
public CustomizeBody getDesktop()
public CustomizeBody getMobile()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object