| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static BodyPart.EncodingEnum |
BodyPart.EncodingEnum.fromValue(String text) |
BodyPart.EncodingEnum |
BodyPart.getEncoding()
0 for None, 1 for Raw7Bit, 2 for Raw8Bit, 3 for QuotedPrintable, 4 for Base64 (Default), 5 for Uue note that you can also provide the text version such as \"Raw7Bit\" for value 1.
|
BodyPart.EncodingEnum |
BodyPart.EncodingEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BodyPart.EncodingEnum |
BodyPart.EncodingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodyPart.EncodingEnum[] |
BodyPart.EncodingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BodyPart |
BodyPart.encoding(BodyPart.EncodingEnum encoding) |
void |
BodyPart.setEncoding(BodyPart.EncodingEnum encoding) |
void |
BodyPart.EncodingEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BodyPart.EncodingEnum enumeration) |
Copyright © 2019. All rights reserved.