@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class ScreenWithTab extends Object
| Constructor and Description |
|---|
ScreenWithTab() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
The description of the screen.
|
Long |
getId()
The ID of the screen.
|
String |
getName()
The name of the screen.
|
Scope |
getScope()
The scope of the screen.
|
ScreenableTab |
getTab()
The tab for the screen.
|
int |
hashCode() |
ScreenWithTab |
scope(Scope scope) |
void |
setScope(Scope scope) |
void |
setTab(ScreenableTab tab) |
ScreenWithTab |
tab(ScreenableTab tab) |
String |
toString() |
public String getDescription()
public Long getId()
public String getName()
public ScreenWithTab scope(Scope scope)
public Scope getScope()
public void setScope(Scope scope)
public ScreenWithTab tab(ScreenableTab tab)
public ScreenableTab getTab()
public void setTab(ScreenableTab tab)
Copyright © 2011–2023 Everit Kft.. All rights reserved.