@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class GroupLabel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupLabel.TypeEnum
The type of the group label.
|
| Constructor and Description |
|---|
GroupLabel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getText()
The group label name.
|
String |
getTitle()
The title of the group label.
|
GroupLabel.TypeEnum |
getType()
The type of the group label.
|
int |
hashCode() |
void |
setText(String text) |
void |
setTitle(String title) |
void |
setType(GroupLabel.TypeEnum type) |
GroupLabel |
text(String text) |
GroupLabel |
title(String title) |
String |
toString() |
GroupLabel |
type(GroupLabel.TypeEnum type) |
public GroupLabel text(String text)
public String getText()
public void setText(String text)
public GroupLabel title(String title)
public String getTitle()
public void setTitle(String title)
public GroupLabel type(GroupLabel.TypeEnum type)
public GroupLabel.TypeEnum getType()
public void setType(GroupLabel.TypeEnum type)
Copyright © 2011–2021 Everit Kft.. All rights reserved.