public class UpdateRecordStatusesRequest extends Object implements KintoneRequest
Constructor and Description |
---|
UpdateRecordStatusesRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<StatusAction> |
getRecords()
A list of objects including information of the status actions to proceed (required).
|
int |
hashCode() |
UpdateRecordStatusesRequest |
setApp(Long app)
The App ID (required).
|
UpdateRecordStatusesRequest |
setRecords(List<StatusAction> records)
A list of objects including information of the status actions to proceed (required).
|
String |
toString() |
public Long getApp()
public List<StatusAction> getRecords()
public UpdateRecordStatusesRequest setApp(Long app)
this
.public UpdateRecordStatusesRequest setRecords(List<StatusAction> records)
this
.public boolean equals(Object o)
equals
in class Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object