Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
ContentTypeParameter |
ContentTypeParameter.name(String name)
Set name and return this.
|
ContentTypeParameter |
ContentTypeParameter.value(String value)
Set value and return this.
|
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)
Add an item to parameters and return this.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
ContentType.parameters(List<ContentTypeParameter> parameters)
Set parameters and return this.
|
void |
ContentType.setParameters(List<ContentTypeParameter> parameters)
Set 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.