public abstract class BodyPart<T> extends Object implements Comparable
Modifier | Constructor and Description |
---|---|
protected |
BodyPart(T value,
String name,
String contentType) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
String |
getContentType() |
String |
getFileName() |
String |
getName() |
Class<?> |
getPartType() |
T |
getValue() |
abstract boolean |
isFile() |
public T getValue()
public Class<?> getPartType()
public String getContentType()
public String getName()
public String getFileName()
public int compareTo(Object o)
compareTo
in interface Comparable
public abstract boolean isFile()
Copyright © 2022. All rights reserved.