@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:26.928+02:00[Europe/Prague]") public class CustomFieldContext extends Object
| Constructor and Description |
|---|
CustomFieldContext() |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldContext |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the context.
|
String |
getId()
The ID of the context.
|
Boolean |
getIsAnyIssueType()
Whether the context apply to all issue types.
|
Boolean |
getIsGlobalContext()
Whether the context is global.
|
String |
getName()
The name of the context.
|
int |
hashCode() |
CustomFieldContext |
id(String id) |
CustomFieldContext |
isAnyIssueType(Boolean isAnyIssueType) |
CustomFieldContext |
isGlobalContext(Boolean isGlobalContext) |
CustomFieldContext |
name(String name) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setIsAnyIssueType(Boolean isAnyIssueType) |
void |
setIsGlobalContext(Boolean isGlobalContext) |
void |
setName(String name) |
String |
toString() |
public CustomFieldContext id(String id)
public String getId()
public void setId(String id)
public CustomFieldContext name(String name)
public String getName()
public void setName(String name)
public CustomFieldContext description(String description)
public String getDescription()
public void setDescription(String description)
public CustomFieldContext isGlobalContext(Boolean isGlobalContext)
public Boolean getIsGlobalContext()
public void setIsGlobalContext(Boolean isGlobalContext)
public CustomFieldContext isAnyIssueType(Boolean isAnyIssueType)
public Boolean getIsAnyIssueType()
public void setIsAnyIssueType(Boolean isAnyIssueType)
Copyright © 2011–2021 Everit Kft.. All rights reserved.