| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
Defect |
Defect.actualResult(String actualResult) |
Defect |
Defect.addAttachmentsItem(Attachment attachmentsItem) |
Defect |
Defect.addCustomFieldsItem(CustomFieldValue customFieldsItem) |
Defect |
Defect.addTagsItem(TagValue tagsItem) |
Defect |
Defect.attachments(List<Attachment> attachments) |
Defect |
Defect.created(String created) |
Defect |
Defect.createdAt(String createdAt) |
Defect |
Defect.customFields(List<CustomFieldValue> customFields) |
Defect |
Defect.externalData(String externalData) |
static Defect |
Defect.fromJson(String jsonString)
Create an instance of Defect given an JSON string
|
Defect |
DefectResponse.getResult()
Get result
|
Defect |
DefectResponseAllOf.getResult()
Get result
|
Defect |
Defect.id(Long id) |
Defect |
Defect.memberId(Long memberId) |
Defect |
Defect.milestoneId(Long milestoneId) |
Defect |
Defect.projectId(Long projectId) |
Defect |
Defect.resolvedAt(String resolvedAt) |
Defect |
Defect.severity(String severity) |
Defect |
Defect.status(String status) |
Defect |
Defect.tags(List<TagValue> tags) |
Defect |
Defect.title(String title) |
Defect |
Defect.updated(String updated) |
Defect |
Defect.updatedAt(String updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<Defect> |
DefectListResponseAllOfResult.getEntities()
Get entities
|
| Modifier and Type | Method and Description |
|---|---|
DefectListResponseAllOfResult |
DefectListResponseAllOfResult.addEntitiesItem(Defect entitiesItem) |
DefectResponse |
DefectResponse.result(Defect result) |
DefectResponseAllOf |
DefectResponseAllOf.result(Defect result) |
void |
DefectResponse.setResult(Defect result) |
void |
DefectResponseAllOf.setResult(Defect result) |
| Modifier and Type | Method and Description |
|---|---|
DefectListResponseAllOfResult |
DefectListResponseAllOfResult.entities(List<Defect> entities) |
void |
DefectListResponseAllOfResult.setEntities(List<Defect> entities) |
Copyright © 2023. All rights reserved.