| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentGet |
AttachmentGet._file(String _file) |
AttachmentGet |
AttachmentGet.extension(String extension) |
static AttachmentGet |
AttachmentGet.fromJson(String jsonString)
Create an instance of AttachmentGet given an JSON string
|
AttachmentGet |
AttachmentGet.fullPath(URI fullPath) |
AttachmentGet |
AttachmentResponse.getResult()
Get result
|
AttachmentGet |
AttachmentResponseAllOf.getResult()
Get result
|
AttachmentGet |
AttachmentGet.hash(String hash) |
AttachmentGet |
AttachmentGet.mime(String mime) |
AttachmentGet |
AttachmentGet.size(Integer size) |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentGet> |
AttachmentListResponseAllOfResult.getEntities()
Get entities
|
List<AttachmentGet> |
AttachmentUploadsResponseAllOf.getResult()
Get result
|
List<AttachmentGet> |
AttachmentUploadsResponse.getResult()
Get result
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentListResponseAllOfResult |
AttachmentListResponseAllOfResult.addEntitiesItem(AttachmentGet entitiesItem) |
AttachmentUploadsResponseAllOf |
AttachmentUploadsResponseAllOf.addResultItem(AttachmentGet resultItem) |
AttachmentUploadsResponse |
AttachmentUploadsResponse.addResultItem(AttachmentGet resultItem) |
AttachmentResponse |
AttachmentResponse.result(AttachmentGet result) |
AttachmentResponseAllOf |
AttachmentResponseAllOf.result(AttachmentGet result) |
void |
AttachmentResponse.setResult(AttachmentGet result) |
void |
AttachmentResponseAllOf.setResult(AttachmentGet result) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentListResponseAllOfResult |
AttachmentListResponseAllOfResult.entities(List<AttachmentGet> entities) |
AttachmentUploadsResponseAllOf |
AttachmentUploadsResponseAllOf.result(List<AttachmentGet> result) |
AttachmentUploadsResponse |
AttachmentUploadsResponse.result(List<AttachmentGet> result) |
void |
AttachmentListResponseAllOfResult.setEntities(List<AttachmentGet> entities) |
void |
AttachmentUploadsResponseAllOf.setResult(List<AttachmentGet> result) |
void |
AttachmentUploadsResponse.setResult(List<AttachmentGet> result) |
Copyright © 2023. All rights reserved.