@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class BulkEditShareableEntityResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkEditShareableEntityResponse.ActionEnum
Allowed action for bulk edit shareable entity
|
| Constructor and Description |
|---|
BulkEditShareableEntityResponse() |
| Modifier and Type | Method and Description |
|---|---|
BulkEditShareableEntityResponse |
action(BulkEditShareableEntityResponse.ActionEnum action) |
BulkEditShareableEntityResponse |
entityErrors(Map<String,BulkEditActionError> entityErrors) |
boolean |
equals(Object o) |
BulkEditShareableEntityResponse.ActionEnum |
getAction()
Allowed action for bulk edit shareable entity
|
Map<String,BulkEditActionError> |
getEntityErrors()
The mapping dashboard id to errors if any.
|
int |
hashCode() |
BulkEditShareableEntityResponse |
putEntityErrorsItem(String key,
BulkEditActionError entityErrorsItem) |
void |
setAction(BulkEditShareableEntityResponse.ActionEnum action) |
void |
setEntityErrors(Map<String,BulkEditActionError> entityErrors) |
String |
toString() |
public BulkEditShareableEntityResponse action(BulkEditShareableEntityResponse.ActionEnum action)
public BulkEditShareableEntityResponse.ActionEnum getAction()
public void setAction(BulkEditShareableEntityResponse.ActionEnum action)
public BulkEditShareableEntityResponse entityErrors(Map<String,BulkEditActionError> entityErrors)
public BulkEditShareableEntityResponse putEntityErrorsItem(String key, BulkEditActionError entityErrorsItem)
public Map<String,BulkEditActionError> getEntityErrors()
public void setEntityErrors(Map<String,BulkEditActionError> entityErrors)
Copyright © 2011–2023 Everit Kft.. All rights reserved.