| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
BodyPart |
BodyPart.charset(String charset) |
BodyPart |
BodyPart.content(String content) |
BodyPart |
BodyPart.contentType(String contentType) |
BodyPart |
BodyPart.encoding(BodyPart.EncodingEnum encoding) |
| Modifier and Type | Method and Description |
|---|---|
List<BodyPart> |
Body.getParts()
Get parts
|
| Modifier and Type | Method and Description |
|---|---|
Body |
Body.addPartsItem(BodyPart partsItem) |
| Modifier and Type | Method and Description |
|---|---|
Body |
Body.parts(List<BodyPart> parts) |
void |
Body.setParts(List<BodyPart> parts) |
Copyright © 2019. All rights reserved.