public class FileCreationParameters extends CreateParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
FileCreationParameters.FileCreationBuilder |
CreateParameters.ManagedType| Modifier | Constructor and Description |
|---|---|
protected |
FileCreationParameters() |
| Modifier and Type | Method and Description |
|---|---|
static FileCreationParameters.FileCreationBuilder |
builder() |
String |
getDescription() |
org.glassfish.jersey.media.multipart.FormDataContentDisposition |
getFileDetails() |
CreateParameters.ManagedType |
getMangedType() |
String |
getName() |
InputStream |
getStream() |
protected boolean |
isValid() |
String |
toString() |
getParentId, getSession, getUserpublic String getName()
public String getDescription()
public org.glassfish.jersey.media.multipart.FormDataContentDisposition getFileDetails()
public InputStream getStream()
protected boolean isValid()
isValid in class CreateParameterspublic String toString()
toString in class CreateParameterspublic static FileCreationParameters.FileCreationBuilder builder()
public CreateParameters.ManagedType getMangedType()
getMangedType in class CreateParametersCopyright © 2020. All Rights Reserved.