public final class GetAppCustomizeResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetAppCustomizeResponseBody(CustomizeScope scope,
CustomizeBody desktop,
CustomizeBody mobile,
long revision)
Creates a new
GetAppCustomizeResponseBody 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 GetAppCustomizeResponseBody(CustomizeScope scope, CustomizeBody desktop, CustomizeBody mobile, long revision)
GetAppCustomizeResponseBody
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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object