public class MultiPart extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiPart.MultiPartType |
| Constructor and Description |
|---|
MultiPart(MultiPart.MultiPartType type,
Object obj) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPayload() |
MultiPart.MultiPartType |
getType() |
void |
setPayload(Object payload) |
void |
setType(MultiPart.MultiPartType type) |
public MultiPart(MultiPart.MultiPartType type, Object obj)
public Object getPayload()
public void setPayload(Object payload)
public MultiPart.MultiPartType getType()
public void setType(MultiPart.MultiPartType type)
Copyright © 2023 The Apache Software Foundation. All rights reserved.