@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class ActorInputBean extends Object
| Constructor and Description |
|---|
ActorInputBean() |
| Modifier and Type | Method and Description |
|---|---|
ActorInputBean |
addGroupIdItem(String groupIdItem) |
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> |
getGroupId()
The ID 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) |
ActorInputBean |
groupId(List<String> groupId) |
int |
hashCode() |
void |
setGroup(List<String> group) |
void |
setGroupId(List<String> groupId) |
void |
setUser(List<String> user) |
String |
toString() |
ActorInputBean |
user(List<String> user) |
public ActorInputBean group(List<String> group)
public ActorInputBean addGroupItem(String groupItem)
public List<String> getGroup()
public ActorInputBean groupId(List<String> groupId)
public ActorInputBean addGroupIdItem(String groupIdItem)
public List<String> getGroupId()
public ActorInputBean user(List<String> user)
public ActorInputBean addUserItem(String userItem)
public List<String> getUser()
Copyright © 2011–2023 Everit Kft.. All rights reserved.