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