@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class UiModificationContextDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UiModificationContextDetails.ViewTypeEnum
The view type of the context.
|
| Constructor and Description |
|---|
UiModificationContextDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the UI modification context.
|
Boolean |
getIsAvailable()
Whether a context is available.
|
String |
getIssueTypeId()
The issue type ID of the context.
|
String |
getProjectId()
The project ID of the context.
|
UiModificationContextDetails.ViewTypeEnum |
getViewType()
The view type of the context.
|
int |
hashCode() |
UiModificationContextDetails |
issueTypeId(String issueTypeId) |
UiModificationContextDetails |
projectId(String projectId) |
void |
setIssueTypeId(String issueTypeId) |
void |
setProjectId(String projectId) |
void |
setViewType(UiModificationContextDetails.ViewTypeEnum viewType) |
String |
toString() |
UiModificationContextDetails |
viewType(UiModificationContextDetails.ViewTypeEnum viewType) |
public String getId()
public Boolean getIsAvailable()
public UiModificationContextDetails issueTypeId(String issueTypeId)
public String getIssueTypeId()
public void setIssueTypeId(String issueTypeId)
public UiModificationContextDetails projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public UiModificationContextDetails viewType(UiModificationContextDetails.ViewTypeEnum viewType)
public UiModificationContextDetails.ViewTypeEnum getViewType()
public void setViewType(UiModificationContextDetails.ViewTypeEnum viewType)
Copyright © 2011–2023 Everit Kft.. All rights reserved.