| Modifier and Type | Field and Description |
|---|---|
protected List<CollectionReorderEntryType> |
CollectionReorderType.collection |
protected List<CollectionReorderEntryType> |
CollectionReorderType.item |
protected List<CollectionReorderEntryType> |
CollectionReorderType.library |
| Modifier and Type | Method and Description |
|---|---|
CollectionReorderEntryType |
ObjectFactory.createCollectionReorderEntryType()
Create an instance of
CollectionReorderEntryType |
CollectionReorderEntryType |
CollectionReorderEntryType.withAfter(String value) |
CollectionReorderEntryType |
CollectionReorderEntryType.withBefore(String value) |
CollectionReorderEntryType |
CollectionReorderEntryType.withId(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionReorderEntryType> |
CollectionReorderType.getCollection()
Gets the value of the collection property.
|
List<CollectionReorderEntryType> |
CollectionReorderType.getItem()
Gets the value of the item property.
|
List<CollectionReorderEntryType> |
CollectionReorderType.getLibrary()
Gets the value of the library property.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionReorderType |
CollectionReorderType.withCollection(CollectionReorderEntryType... values) |
CollectionReorderType |
CollectionReorderType.withItem(CollectionReorderEntryType... values) |
CollectionReorderType |
CollectionReorderType.withLibrary(CollectionReorderEntryType... values) |
| Modifier and Type | Method and Description |
|---|---|
CollectionReorderType |
CollectionReorderType.withCollection(Collection<CollectionReorderEntryType> values) |
CollectionReorderType |
CollectionReorderType.withItem(Collection<CollectionReorderEntryType> values) |
CollectionReorderType |
CollectionReorderType.withLibrary(Collection<CollectionReorderEntryType> values) |
Copyright © 2015. All rights reserved.