@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class SecurityScheme extends Object
| Constructor and Description |
|---|
SecurityScheme() |
| Modifier and Type | Method and Description |
|---|---|
SecurityScheme |
addLevelsItem(SecurityLevel levelsItem) |
boolean |
equals(Object o) |
Long |
getDefaultSecurityLevelId()
The ID of the default security level.
|
String |
getDescription()
The description of the issue security scheme.
|
Long |
getId()
The ID of the issue security scheme.
|
List<SecurityLevel> |
getLevels()
Get levels
|
String |
getName()
The name of the issue security scheme.
|
String |
getSelf()
The URL of the issue security scheme.
|
int |
hashCode() |
SecurityScheme |
levels(List<SecurityLevel> levels) |
void |
setLevels(List<SecurityLevel> levels) |
String |
toString() |
public String getSelf()
public Long getId()
public String getName()
public String getDescription()
public Long getDefaultSecurityLevelId()
public SecurityScheme levels(List<SecurityLevel> levels)
public SecurityScheme addLevelsItem(SecurityLevel levelsItem)
public List<SecurityLevel> getLevels()
public void setLevels(List<SecurityLevel> levels)
Copyright © 2011–2021 Everit Kft.. All rights reserved.