@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+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) |
Visibility.TypeEnum |
getType()
Whether visibility of this item is restricted to a group or role.
|
String |
getValue()
The name of the group or role to which visibility of this item is restricted.
|
int |
hashCode() |
void |
set(String name,
Object value) |
void |
setType(Visibility.TypeEnum type) |
void |
setValue(String value) |
String |
toString() |
Visibility |
type(Visibility.TypeEnum type) |
Visibility |
value(String value) |
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–2021 Everit Kft.. All rights reserved.