Class 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
    • 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)