Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
ContentTypeParameter |
ContentTypeParameter.name(String name) |
ContentTypeParameter |
ContentTypeParameter.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<ContentTypeParameter> |
ContentType.getParameters()
Full list of parameters
|
Modifier and Type | Method and Description |
---|---|
ContentType |
ContentType.addParametersItem(ContentTypeParameter parametersItem) |
Modifier and Type | Method and Description |
---|---|
ContentType |
ContentType.parameters(List<ContentTypeParameter> parameters) |
void |
ContentType.setParameters(List<ContentTypeParameter> parameters) |
Constructor and Description |
---|
ContentType(String boundary,
String charSet,
String mediaType,
String name,
List<ContentTypeParameter> parameters)
Initializes a new instance of the ContentType
|
Copyright © 2020. All rights reserved.