@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-27T11:16:42.652+02:00[Europe/Berlin]") public class Link extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Link.TypeEnum
* page - Links to a page.
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CONFIRMATION |
static String |
JSON_PROPERTY_DEFAULT |
static String |
JSON_PROPERTY_ICON |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
Link() |
Modifier and Type | Method and Description |
---|---|
Link |
_default(Boolean _default) |
Link |
confirmation(String confirmation) |
boolean |
equals(Object o) |
String |
getConfirmation()
A confirmation message that should be displayed to the user before following this link.
|
Boolean |
getDefault()
Whether or not this link should be considered as default.
|
String |
getIcon()
A descriptive name for an icon that should be used for this link.
|
String |
getId()
The ID for this link.
|
String |
getLabel()
The label for the link.
|
String |
getTarget()
The target for the link.
|
Link.TypeEnum |
getType()
* page - Links to a page.
|
int |
hashCode() |
Link |
icon(String icon) |
Link |
id(String id) |
Link |
label(String label) |
void |
setConfirmation(String confirmation) |
void |
setDefault(Boolean _default) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setTarget(String target) |
void |
setType(Link.TypeEnum type) |
Link |
target(String target) |
String |
toString() |
Link |
type(Link.TypeEnum type) |
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_DEFAULT
public static final String JSON_PROPERTY_CONFIRMATION
public Link type(Link.TypeEnum type)
public Link.TypeEnum getType()
public void setType(Link.TypeEnum type)
public void setId(String id)
public void setLabel(String label)
public void setTarget(String target)
@Nullable public String getIcon()
public void setIcon(String icon)
@Nullable public Boolean getDefault()
public void setDefault(Boolean _default)
@Nullable public String getConfirmation()
public void setConfirmation(String confirmation)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.