public static class ServiceModel.InputPart extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
BodyAsString |
Boolean |
ContentTypeFromMessage |
Object |
Headers |
ServiceModel.MediaType |
MediaType |
| Constructor and Description |
|---|
InputPart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyAsString() |
Boolean |
getContentTypeFromMessage() |
Object |
getHeaders() |
ServiceModel.MediaType |
getMediaType() |
ServiceModel.InputPart |
setBodyAsString(String value) |
ServiceModel.InputPart |
setContentTypeFromMessage(Boolean value) |
ServiceModel.InputPart |
setHeaders(Object value) |
ServiceModel.InputPart |
setMediaType(ServiceModel.MediaType value) |
public Object Headers
public ServiceModel.MediaType MediaType
public String BodyAsString
public Boolean ContentTypeFromMessage
public Object getHeaders()
public ServiceModel.InputPart setHeaders(Object value)
public ServiceModel.MediaType getMediaType()
public ServiceModel.InputPart setMediaType(ServiceModel.MediaType value)
public String getBodyAsString()
public ServiceModel.InputPart setBodyAsString(String value)
public Boolean getContentTypeFromMessage()
public ServiceModel.InputPart setContentTypeFromMessage(Boolean value)
Copyright © 2022. All rights reserved.