@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class ActorInputBean extends Object
| Constructor and Description |
|---|
ActorInputBean() |
| Modifier and Type | Method and Description |
|---|---|
ActorInputBean |
addGroupItem(String groupItem) |
ActorInputBean |
addUserItem(String userItem) |
boolean |
equals(Object o) |
List<String> |
getGroup()
The name of the group to add as a default actor.
|
List<String> |
getUser()
The account IDs of the users to add as default actors.
|
ActorInputBean |
group(List<String> group) |
int |
hashCode() |
void |
setGroup(List<String> group) |
void |
setUser(List<String> user) |
String |
toString() |
ActorInputBean |
user(List<String> user) |
public ActorInputBean user(List<String> user)
public ActorInputBean addUserItem(String userItem)
public List<String> getUser()
public ActorInputBean group(List<String> group)
public ActorInputBean addGroupItem(String groupItem)
public List<String> getGroup()
Copyright © 2011–2021 Everit Kft.. All rights reserved.