public class UpdateRecordRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateRecordRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
Long |
getId()
The Record ID of the record to be updated.
|
Record |
getRecord()
Field codes and values are specified in this object.
|
Long |
getRevision()
The expected revision number (optional).
|
UpdateKey |
getUpdateKey()
The unique key of the record to be updated.
|
int |
hashCode() |
UpdateRecordRequest |
setApp(Long app)
The App ID (required).
|
UpdateRecordRequest |
setId(Long id)
The Record ID of the record to be updated.
|
UpdateRecordRequest |
setRecord(Record record)
Field codes and values are specified in this object.
|
UpdateRecordRequest |
setRevision(Long revision)
The expected revision number (optional).
|
UpdateRecordRequest |
setUpdateKey(UpdateKey updateKey)
The unique key of the record to be updated.
|
String |
toString() |
public Long getApp()
public Long getId()
public UpdateKey getUpdateKey()
public Record getRecord()
public Long getRevision()
public UpdateRecordRequest setApp(Long app)
this.public UpdateRecordRequest setId(Long id)
this.public UpdateRecordRequest setUpdateKey(UpdateKey updateKey)
this.public UpdateRecordRequest setRecord(Record record)
this.public UpdateRecordRequest 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