| Modifier and Type | Method and Description |
|---|---|
Collection |
CollectionManagementInterface.createFolder(String userId,
String qualifiedName,
String displayName,
String description,
String collectionUse,
CollectionOrder collectionOrder,
Map<String,Object> additionalProperties)
Create a collection that acts like a folder with an order.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionOrder |
Collection.getCollectionOrdering()
Return the property to use to determine the order that assets are returned.
|
static CollectionOrder |
CollectionOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionOrder[] |
CollectionOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.setCollectionOrdering(CollectionOrder collectionOrdering)
Set up the property to use to determine the order that assets are returned.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionOrder |
AssetCollectionRequestBody.getCollectionOrdering()
Return the property to use to determine the order that assets are returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetCollectionRequestBody.setCollectionOrdering(CollectionOrder collectionOrdering)
Set up the property to use to determine the order that assets are returned.
|
Copyright © 2018–2020 ODPi. All rights reserved.