public class UploadRequestElements extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TEMPLATE_CONTENT_BOUNDARY
variable TEMPLATE_CONTENT_BOUNDARY
|
static String |
TEMPLATE_ENTITY_BOUNDARY
variable TEMPLATE_ENTITY_BOUNDARY
|
Constructor and Description |
---|
UploadRequestElements() |
Modifier and Type | Method and Description |
---|---|
String |
getBoundaryForContent()
Gets boundaryForContent
|
String |
getBoundaryForEntity()
Gets boundaryForEntity
|
String |
getBoundaryId()
Gets boundaryId
|
InputStream |
getDocContent()
Gets docContent
|
String |
getElementsId() |
void |
setBoundaryForContent(String boundaryForContent)
Sets boundaryForContent
|
void |
setBoundaryForEntity(String boundaryForEntity)
Sets boundaryForEntity
|
void |
setBoundaryId(String boundaryId)
Sets boundaryId
|
void |
setDocContent(InputStream docContent)
Sets docContent
|
void |
setElementsId(String elementsId) |
public static final String TEMPLATE_ENTITY_BOUNDARY
public static final String TEMPLATE_CONTENT_BOUNDARY
public String getElementsId()
public void setElementsId(String elementsId)
public String getBoundaryForEntity()
public void setBoundaryForEntity(String boundaryForEntity)
boundaryForEntity
- public String getBoundaryForContent()
public void setBoundaryForContent(String boundaryForContent)
boundaryForContent
- public InputStream getDocContent()
public void setDocContent(InputStream docContent)
docContent
- public String getBoundaryId()
public void setBoundaryId(String boundaryId)
boundaryId
- Copyright © 2017. All rights reserved.