public class MoveAppRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
MoveAppRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
Long |
getSpace()
The Space ID of where the App will be moved to (required).
|
int |
hashCode() |
MoveAppRequest |
setApp(Long app)
The App ID (required).
|
MoveAppRequest |
setSpace(Long space)
The Space ID of where the App will be moved to (required).
|
String |
toString() |
public Long getApp()
public Long getSpace()
public MoveAppRequest setApp(Long app)
this.public MoveAppRequest setSpace(Long space)
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