Package com.kaltura.client.types
Class QuestionCuePointFilter
-
- All Implemented Interfaces:
ResponseType,Serializable
public class QuestionCuePointFilter extends QuestionCuePointBaseFilter
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 interfaceQuestionCuePointFilter.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description QuestionCuePointFilter()QuestionCuePointFilter(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParamstoParams()-
Methods inherited from class com.kaltura.client.types.QuestionCuePointBaseFilter
getQuestionLike, getQuestionMultiLikeAnd, getQuestionMultiLikeOr, questionLike, questionMultiLikeAnd, questionMultiLikeOr, setQuestionLike, setQuestionMultiLikeAnd, setQuestionMultiLikeOr
-
Methods inherited from class com.kaltura.client.types.CuePointFilter
freeText, getFreeText, getUserIdCurrent, getUserIdEqualCurrent, setFreeText, setUserIdCurrent, setUserIdEqualCurrent, userIdCurrent, userIdEqualCurrent
-
Methods inherited from class com.kaltura.client.types.CuePointBaseFilter
createdAtGreaterThanOrEqual, createdAtLessThanOrEqual, cuePointTypeEqual, cuePointTypeIn, entryIdEqual, entryIdIn, forceStopEqual, getCreatedAtGreaterThanOrEqual, getCreatedAtLessThanOrEqual, getCuePointTypeEqual, getCuePointTypeIn, getEntryIdEqual, getEntryIdIn, getForceStopEqual, getIdEqual, getIdIn, getPartnerSortValueEqual, getPartnerSortValueGreaterThanOrEqual, getPartnerSortValueIn, getPartnerSortValueLessThanOrEqual, getStartTimeGreaterThanOrEqual, getStartTimeLessThanOrEqual, getStatusEqual, getStatusIn, getSystemNameEqual, getSystemNameIn, getTagsLike, getTagsMultiLikeAnd, getTagsMultiLikeOr, getTriggeredAtGreaterThanOrEqual, getTriggeredAtLessThanOrEqual, getUpdatedAtGreaterThanOrEqual, getUpdatedAtLessThanOrEqual, getUserIdEqual, getUserIdIn, idEqual, idIn, partnerSortValueEqual, partnerSortValueGreaterThanOrEqual, partnerSortValueIn, partnerSortValueLessThanOrEqual, setCreatedAtGreaterThanOrEqual, setCreatedAtLessThanOrEqual, setCuePointTypeEqual, setCuePointTypeIn, setEntryIdEqual, setEntryIdIn, setForceStopEqual, setIdEqual, setIdIn, setPartnerSortValueEqual, setPartnerSortValueGreaterThanOrEqual, setPartnerSortValueIn, setPartnerSortValueLessThanOrEqual, setStartTimeGreaterThanOrEqual, setStartTimeLessThanOrEqual, setStatusEqual, setStatusIn, setSystemNameEqual, setSystemNameIn, setTagsLike, setTagsMultiLikeAnd, setTagsMultiLikeOr, setTriggeredAtGreaterThanOrEqual, setTriggeredAtLessThanOrEqual, setUpdatedAtGreaterThanOrEqual, setUpdatedAtLessThanOrEqual, setUserIdEqual, setUserIdIn, startTimeGreaterThanOrEqual, startTimeLessThanOrEqual, statusEqual, statusIn, systemNameEqual, systemNameIn, tagsLike, tagsMultiLikeAnd, tagsMultiLikeOr, triggeredAtGreaterThanOrEqual, triggeredAtLessThanOrEqual, updatedAtGreaterThanOrEqual, updatedAtLessThanOrEqual, userIdEqual, userIdIn
-
Methods inherited from class com.kaltura.client.types.Filter
getAdvancedSearch, getOrderBy, orderBy, setAdvancedSearch, setOrderBy
-
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
-
QuestionCuePointFilter
public QuestionCuePointFilter()
-
QuestionCuePointFilter
public QuestionCuePointFilter(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
toParams
public Params toParams()
- Overrides:
toParamsin classQuestionCuePointBaseFilter
-
-