| Package | Description |
|---|---|
| com.wix.mediaplatform.dto | |
| com.wix.mediaplatform.dto.management | |
| com.wix.mediaplatform.dto.upload |
| Modifier and Type | Method and Description |
|---|---|
static MediaType |
MediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaType[] |
MediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MediaType |
NewFolderRequest.getMediaType() |
MediaType |
ListFilesRequest.getMediaType() |
| Modifier and Type | Method and Description |
|---|---|
NewFolderRequest |
NewFolderRequest.setMediaType(MediaType mediaType) |
ListFilesRequest |
ListFilesRequest.setMediaType(MediaType mediaType) |
| Constructor and Description |
|---|
ListFilesRequest(String cursor,
Integer size,
ListFilesRequest.OrderBy order,
String orderDirection,
String parentFolderId,
MediaType mediaType,
String tag) |
NewFolderRequest(MediaType mediaType,
String folderName,
String parentFolderId) |
| Modifier and Type | Method and Description |
|---|---|
MediaType |
ImportFileRequest.getMediaType() |
| Modifier and Type | Method and Description |
|---|---|
ImportFileRequest |
ImportFileRequest.setMediaType(MediaType mediaType) |
| Constructor and Description |
|---|
ImportFileRequest(String url,
MediaType mediaType,
Set<String> tags,
String name,
String parentFolderId) |
Copyright © 2016 wix.com. All rights reserved.