@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class Visibility extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Visibility.TypeEnum
Whether visibility of this item is restricted to a group or role.
|
| Constructor and Description |
|---|
Visibility() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
boolean |
equals(Object o) |
String |
getIdentifier()
The ID of the group or the name of the role that visibility of this item is restricted to.
|
Visibility.TypeEnum |
getType()
Whether visibility of this item is restricted to a group or role.
|
String |
getValue()
The name of the group or role that visibility of this item is restricted to.
|
int |
hashCode() |
Visibility |
identifier(String identifier) |
void |
set(String name,
Object value) |
void |
setIdentifier(String identifier) |
void |
setType(Visibility.TypeEnum type) |
void |
setValue(String value) |
String |
toString() |
Visibility |
type(Visibility.TypeEnum type) |
Visibility |
value(String value) |
public Visibility identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public Visibility type(Visibility.TypeEnum type)
public Visibility.TypeEnum getType()
public void setType(Visibility.TypeEnum type)
public Visibility value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.