@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:17.349+02:00[Europe/Prague]") public class CreateCustomFieldContext extends Object
| Constructor and Description |
|---|
CreateCustomFieldContext() |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomFieldContext |
addIssueTypeIdsItem(String issueTypeIdsItem) |
CreateCustomFieldContext |
addProjectIdsItem(String projectIdsItem) |
CreateCustomFieldContext |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the context.
|
String |
getId()
The ID of the context.
|
List<String> |
getIssueTypeIds()
The list of issue types IDs for the context.
|
String |
getName()
The name of the context.
|
List<String> |
getProjectIds()
The list of project IDs associated with the context.
|
int |
hashCode() |
CreateCustomFieldContext |
issueTypeIds(List<String> issueTypeIds) |
CreateCustomFieldContext |
name(String name) |
CreateCustomFieldContext |
projectIds(List<String> projectIds) |
void |
setDescription(String description) |
void |
setIssueTypeIds(List<String> issueTypeIds) |
void |
setName(String name) |
void |
setProjectIds(List<String> projectIds) |
String |
toString() |
public String getId()
public CreateCustomFieldContext name(String name)
public String getName()
public void setName(String name)
public CreateCustomFieldContext description(String description)
public String getDescription()
public void setDescription(String description)
public CreateCustomFieldContext projectIds(List<String> projectIds)
public CreateCustomFieldContext addProjectIdsItem(String projectIdsItem)
public List<String> getProjectIds()
public CreateCustomFieldContext issueTypeIds(List<String> issueTypeIds)
public CreateCustomFieldContext addIssueTypeIdsItem(String issueTypeIdsItem)
public List<String> getIssueTypeIds()
Copyright © 2011–2021 Everit Kft.. All rights reserved.