Package com.kaltura.client.types
Class LikeBaseFilter
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Filter
-
- com.kaltura.client.types.RelatedFilter
-
- com.kaltura.client.types.LikeBaseFilter
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
LikeFilter
public abstract class LikeBaseFilter extends RelatedFilter
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 interfaceLikeBaseFilter.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description LikeBaseFilter()LikeBaseFilter(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreatedAtGreaterThanOrEqual(String multirequestToken)voidcreatedAtLessThanOrEqual(String multirequestToken)voidentryIdEqual(String multirequestToken)voidentryIdIn(String multirequestToken)LonggetCreatedAtGreaterThanOrEqual()LonggetCreatedAtLessThanOrEqual()StringgetEntryIdEqual()StringgetEntryIdIn()StringgetUserIdEqual()voidsetCreatedAtGreaterThanOrEqual(Long createdAtGreaterThanOrEqual)voidsetCreatedAtLessThanOrEqual(Long createdAtLessThanOrEqual)voidsetEntryIdEqual(String entryIdEqual)voidsetEntryIdIn(String entryIdIn)voidsetUserIdEqual(String userIdEqual)ParamstoParams()voiduserIdEqual(String multirequestToken)-
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
-
LikeBaseFilter
public LikeBaseFilter()
-
LikeBaseFilter
public LikeBaseFilter(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getEntryIdEqual
public String getEntryIdEqual()
-
setEntryIdEqual
public void setEntryIdEqual(String entryIdEqual)
-
entryIdEqual
public void entryIdEqual(String multirequestToken)
-
getEntryIdIn
public String getEntryIdIn()
-
setEntryIdIn
public void setEntryIdIn(String entryIdIn)
-
entryIdIn
public void entryIdIn(String multirequestToken)
-
getUserIdEqual
public String getUserIdEqual()
-
setUserIdEqual
public void setUserIdEqual(String userIdEqual)
-
userIdEqual
public void userIdEqual(String multirequestToken)
-
getCreatedAtGreaterThanOrEqual
public Long getCreatedAtGreaterThanOrEqual()
-
setCreatedAtGreaterThanOrEqual
public void setCreatedAtGreaterThanOrEqual(Long createdAtGreaterThanOrEqual)
-
createdAtGreaterThanOrEqual
public void createdAtGreaterThanOrEqual(String multirequestToken)
-
getCreatedAtLessThanOrEqual
public Long getCreatedAtLessThanOrEqual()
-
setCreatedAtLessThanOrEqual
public void setCreatedAtLessThanOrEqual(Long createdAtLessThanOrEqual)
-
createdAtLessThanOrEqual
public void createdAtLessThanOrEqual(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classRelatedFilter
-
-