Package com.kaltura.client.types
Class MoveCategoryEntriesJobData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.JobData
-
- com.kaltura.client.types.MoveCategoryEntriesJobData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class MoveCategoryEntriesJobData extends JobData
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMoveCategoryEntriesJobData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description MoveCategoryEntriesJobData()MoveCategoryEntriesJobData(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
MoveCategoryEntriesJobData
public MoveCategoryEntriesJobData()
-
MoveCategoryEntriesJobData
public MoveCategoryEntriesJobData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getSrcCategoryId
public Integer getSrcCategoryId()
-
setSrcCategoryId
public void setSrcCategoryId(Integer srcCategoryId)
-
srcCategoryId
public void srcCategoryId(String multirequestToken)
-
getDestCategoryId
public Integer getDestCategoryId()
-
setDestCategoryId
public void setDestCategoryId(Integer destCategoryId)
-
destCategoryId
public void destCategoryId(String multirequestToken)
-
getLastMovedCategoryId
public Integer getLastMovedCategoryId()
-
setLastMovedCategoryId
public void setLastMovedCategoryId(Integer lastMovedCategoryId)
-
lastMovedCategoryId
public void lastMovedCategoryId(String multirequestToken)
-
getLastMovedCategoryPageIndex
public Integer getLastMovedCategoryPageIndex()
-
setLastMovedCategoryPageIndex
public void setLastMovedCategoryPageIndex(Integer lastMovedCategoryPageIndex)
-
lastMovedCategoryPageIndex
public void lastMovedCategoryPageIndex(String multirequestToken)
-
getLastMovedCategoryEntryPageIndex
public Integer getLastMovedCategoryEntryPageIndex()
-
setLastMovedCategoryEntryPageIndex
public void setLastMovedCategoryEntryPageIndex(Integer lastMovedCategoryEntryPageIndex)
-
lastMovedCategoryEntryPageIndex
public void lastMovedCategoryEntryPageIndex(String multirequestToken)
-
getMoveFromChildren
public Boolean getMoveFromChildren()
-
setMoveFromChildren
public void setMoveFromChildren(Boolean moveFromChildren)
-
moveFromChildren
public void moveFromChildren(String multirequestToken)
-
getDestCategoryFullIds
public String getDestCategoryFullIds()
-
setDestCategoryFullIds
public void setDestCategoryFullIds(String destCategoryFullIds)
-
destCategoryFullIds
public void destCategoryFullIds(String multirequestToken)
-
-