Package com.kaltura.client.types
Interface MoveCategoryEntriesJobData.Tokenizer
-
- All Superinterfaces:
JobData.Tokenizer,ObjectBase.Tokenizer
- Enclosing class:
- MoveCategoryEntriesJobData
public static interface MoveCategoryEntriesJobData.Tokenizer extends JobData.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdestCategoryFullIds()StringdestCategoryId()StringlastMovedCategoryEntryPageIndex()StringlastMovedCategoryId()StringlastMovedCategoryPageIndex()StringmoveFromChildren()StringsrcCategoryId()
-
-
-
Method Detail
-
srcCategoryId
String srcCategoryId()
-
destCategoryId
String destCategoryId()
-
lastMovedCategoryId
String lastMovedCategoryId()
-
lastMovedCategoryPageIndex
String lastMovedCategoryPageIndex()
-
lastMovedCategoryEntryPageIndex
String lastMovedCategoryEntryPageIndex()
-
moveFromChildren
String moveFromChildren()
-
destCategoryFullIds
String destCategoryFullIds()
-
-