Klasse MultipartFile
java.lang.Object
io.github.primelib.jira4j.restv2.model.MultipartFile
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MultipartFile
extends Object
MultipartFile
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
MultipartFile
(Consumer<MultipartFile> spec) Constructs a validated instance ofMultipartFile
.MultipartFile
(List<byte[]> bytes, String contentType, Boolean empty, Object inputStream, String name, String originalFilename, Resource resource, Long size) Constructs a validated instance ofMultipartFile
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
List<byte[]>
bytes()
protected boolean
contentType
(String contentType) empty()
boolean
int
hashCode()
inputStream
(Object inputStream) name()
originalFilename
(String originalFilename) resource()
size()
toString()
-
Felddetails
-
bytes
-
contentType
-
empty
-
inputStream
-
name
-
originalFilename
-
resource
-
size
-
-
Konstruktordetails
-
MultipartFile
Constructs a validated instance ofMultipartFile
.- Parameter:
spec
- the specification to process
-
MultipartFile
@Internal public MultipartFile(List<byte[]> bytes, String contentType, Boolean empty, Object inputStream, String name, String originalFilename, Resource resource, Long size) Constructs a validated instance ofMultipartFile
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MultipartFile(Consumer)
instead.- Parameter:
bytes
- bytescontentType
- contentTypeempty
- emptyinputStream
- inputStreamname
- nameoriginalFilename
- originalFilenameresource
- resourcesize
- size
-
MultipartFile
protected MultipartFile()
-
-
Methodendetails
-
builder
-
bytes
-
contentType
-
empty
-
inputStream
-
name
-
originalFilename
-
resource
-
size
-
bytes
- Gibt zurück:
this
.
-
contentType
- Gibt zurück:
this
.
-
empty
- Gibt zurück:
this
.
-
inputStream
- Gibt zurück:
this
.
-
name
- Gibt zurück:
this
.
-
originalFilename
- Gibt zurück:
this
.
-
resource
- Gibt zurück:
this
.
-
size
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-