public class DeleteGuestsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
DeleteGuestsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getGuests()
A list of email addresses of Guest users (required).
|
int |
hashCode() |
DeleteGuestsRequest |
setGuests(List<String> guests)
A list of email addresses of Guest users (required).
|
String |
toString() |
public List<String> getGuests()
public DeleteGuestsRequest setGuests(List<String> guests)
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