public class ContentDispositionHeaderValue extends Object
Represent Content-Disposition header value.
Constructor and Description |
---|
ContentDispositionHeaderValue()
Initializes a new instance of the
ContentDispositionHeaderValue class. |
ContentDispositionHeaderValue(ContentDispositionHeaderValue source)
Initializes a new instance of the
ContentDispositionHeaderValue class. |
ContentDispositionHeaderValue(String dispositionType)
Create a new instance of this disposition type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified
Object is equal to this instance. |
String |
getDispositionType()
Get or set disposition type
|
String |
getFileName()
The name of the stored file.
|
String |
getName()
The name for a content body part.
|
com.aspose.html.internal.ms.System.Collections.Generic.IGenericCollection<NameValueHeaderValue> |
getParameters()
Get collection of paremeters
Value:
The parameters.
|
void |
setDispositionType(String value)
Get or set disposition type
|
void |
setFileName(String value)
The name of the stored file.
|
void |
setName(String value)
The name for a content body part.
|
String |
toString()
Returns a
String that represents this instance. |
public ContentDispositionHeaderValue()
Initializes a new instance of the ContentDispositionHeaderValue
class.
public ContentDispositionHeaderValue(ContentDispositionHeaderValue source)
Initializes a new instance of the ContentDispositionHeaderValue
class.
source
- The source.public ContentDispositionHeaderValue(String dispositionType)
Create a new instance of this disposition type.
dispositionType
- Disposition typepublic String getDispositionType()
Get or set disposition type
public void setDispositionType(String value)
Get or set disposition type
public com.aspose.html.internal.ms.System.Collections.Generic.IGenericCollection<NameValueHeaderValue> getParameters()
Get collection of paremeters
Value: The parameters.public String getName()
The name for a content body part.
Value: The name.public void setName(String value)
The name for a content body part.
Value: The name.public String getFileName()
The name of the stored file.
Value: The name of the file.public void setFileName(String value)
The name of the stored file.
Value: The name of the file.