public class DeleteRecordsRequest extends Object implements KintoneRequest
Constructor and Description |
---|
DeleteRecordsRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<Long> |
getIds()
A list of record IDs that will be deleted (required).
|
List<Long> |
getRevisions()
The expected revision numbers (optional).
|
int |
hashCode() |
DeleteRecordsRequest |
setApp(Long app)
The App ID (required).
|
DeleteRecordsRequest |
setIds(List<Long> ids)
A list of record IDs that will be deleted (required).
|
DeleteRecordsRequest |
setRevisions(List<Long> revisions)
The expected revision numbers (optional).
|
String |
toString() |
public Long getApp()
public List<Long> getIds()
public List<Long> getRevisions()
public DeleteRecordsRequest setApp(Long app)
this
.public DeleteRecordsRequest setIds(List<Long> ids)
this
.public DeleteRecordsRequest setRevisions(List<Long> revisions)
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