@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class ProjectFeature extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectFeature.StateEnum
The state of the feature.
|
| Constructor and Description |
|---|
ProjectFeature() |
| Modifier and Type | Method and Description |
|---|---|
ProjectFeature |
addPrerequisitesItem(String prerequisitesItem) |
boolean |
equals(Object o) |
ProjectFeature |
feature(String feature) |
String |
getFeature()
The key of the feature.
|
String |
getImageUri()
URI for the image representing the feature.
|
String |
getLocalisedDescription()
Localized display description for the feature.
|
String |
getLocalisedName()
Localized display name for the feature.
|
List<String> |
getPrerequisites()
List of keys of the features required to enable the feature.
|
Long |
getProjectId()
The ID of the project.
|
ProjectFeature.StateEnum |
getState()
The state of the feature.
|
Boolean |
getToggleLocked()
Whether the state of the feature can be updated.
|
int |
hashCode() |
ProjectFeature |
imageUri(String imageUri) |
ProjectFeature |
localisedDescription(String localisedDescription) |
ProjectFeature |
localisedName(String localisedName) |
ProjectFeature |
prerequisites(List<String> prerequisites) |
ProjectFeature |
projectId(Long projectId) |
void |
setFeature(String feature) |
void |
setImageUri(String imageUri) |
void |
setLocalisedDescription(String localisedDescription) |
void |
setLocalisedName(String localisedName) |
void |
setPrerequisites(List<String> prerequisites) |
void |
setProjectId(Long projectId) |
void |
setState(ProjectFeature.StateEnum state) |
void |
setToggleLocked(Boolean toggleLocked) |
ProjectFeature |
state(ProjectFeature.StateEnum state) |
ProjectFeature |
toggleLocked(Boolean toggleLocked) |
String |
toString() |
public ProjectFeature feature(String feature)
public String getFeature()
public void setFeature(String feature)
public ProjectFeature imageUri(String imageUri)
public String getImageUri()
public void setImageUri(String imageUri)
public ProjectFeature localisedDescription(String localisedDescription)
public String getLocalisedDescription()
public void setLocalisedDescription(String localisedDescription)
public ProjectFeature localisedName(String localisedName)
public String getLocalisedName()
public void setLocalisedName(String localisedName)
public ProjectFeature prerequisites(List<String> prerequisites)
public ProjectFeature addPrerequisitesItem(String prerequisitesItem)
public List<String> getPrerequisites()
public ProjectFeature projectId(Long projectId)
public Long getProjectId()
public void setProjectId(Long projectId)
public ProjectFeature state(ProjectFeature.StateEnum state)
public ProjectFeature.StateEnum getState()
public void setState(ProjectFeature.StateEnum state)
public ProjectFeature toggleLocked(Boolean toggleLocked)
public Boolean getToggleLocked()
public void setToggleLocked(Boolean toggleLocked)
Copyright © 2011–2023 Everit Kft.. All rights reserved.