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