public class UpdateAppCustomizeRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateAppCustomizeRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
CustomizeBody |
getDesktop()
An object containing data of JavaScript and CSS files for the desktop (optional).
|
CustomizeBody |
getMobile()
An object containing data of JavaScript and CSS files for the mobile (optional).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
CustomizeScope |
getScope()
The scope of customization (optional).
|
int |
hashCode() |
UpdateAppCustomizeRequest |
setApp(Long app)
The App ID (required).
|
UpdateAppCustomizeRequest |
setDesktop(CustomizeBody desktop)
An object containing data of JavaScript and CSS files for the desktop (optional).
|
UpdateAppCustomizeRequest |
setMobile(CustomizeBody mobile)
An object containing data of JavaScript and CSS files for the mobile (optional).
|
UpdateAppCustomizeRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
UpdateAppCustomizeRequest |
setScope(CustomizeScope scope)
The scope of customization (optional).
|
String |
toString() |
public Long getApp()
public CustomizeScope getScope()
public CustomizeBody getDesktop()
public CustomizeBody getMobile()
public Long getRevision()
public UpdateAppCustomizeRequest setApp(Long app)
this.public UpdateAppCustomizeRequest setScope(CustomizeScope scope)
this.public UpdateAppCustomizeRequest setDesktop(CustomizeBody desktop)
this.public UpdateAppCustomizeRequest setMobile(CustomizeBody mobile)
this.public UpdateAppCustomizeRequest setRevision(Long revision)
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