public class PrepareSendParameters extends Object
| Constructor and Description |
|---|
PrepareSendParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAs2MimeType() |
PrepareSendAttributes |
getAttributes() |
String |
getContentDescription() |
String |
getFileName() |
int |
hashCode() |
void |
setAs2MimeType(String as2MimeType) |
void |
setAttributes(PrepareSendAttributes attributes) |
void |
setContentDescription(String contentDescription) |
void |
setFileName(String fileName) |
public PrepareSendAttributes getAttributes()
public void setAttributes(PrepareSendAttributes attributes)
public String getAs2MimeType()
public void setAs2MimeType(String as2MimeType)
public String getFileName()
public void setFileName(String fileName)
public String getContentDescription()
public void setContentDescription(String contentDescription)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.