public class UpdateRecordAssigneesRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateRecordAssigneesRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<String> |
getAssignees()
The user code(s) (log in names) of the Assignee(s) (required).
|
Long |
getId()
The record ID (required).
|
Long |
getRevision()
The expected revision number of the record before updating the Assignees (optional).
|
int |
hashCode() |
UpdateRecordAssigneesRequest |
setApp(Long app)
The App ID (required).
|
UpdateRecordAssigneesRequest |
setAssignees(List<String> assignees)
The user code(s) (log in names) of the Assignee(s) (required).
|
UpdateRecordAssigneesRequest |
setId(Long id)
The record ID (required).
|
UpdateRecordAssigneesRequest |
setRevision(Long revision)
The expected revision number of the record before updating the Assignees (optional).
|
String |
toString() |
public Long getApp()
public Long getId()
public List<String> getAssignees()
public Long getRevision()
public UpdateRecordAssigneesRequest setApp(Long app)
this.public UpdateRecordAssigneesRequest setId(Long id)
this.public UpdateRecordAssigneesRequest setAssignees(List<String> assignees)
this.public UpdateRecordAssigneesRequest 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