Package com.kaltura.client.types
Class MetadataSearchItem
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.SearchItem
-
- com.kaltura.client.types.SearchOperator
-
- com.kaltura.client.types.MetadataSearchItem
-
- All Implemented Interfaces:
ResponseType,Serializable
public class MetadataSearchItem extends SearchOperator
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 interfaceMetadataSearchItem.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description MetadataSearchItem()MetadataSearchItem(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMetadataProfileId()StringgetOrderBy()voidmetadataProfileId(String multirequestToken)voidorderBy(String multirequestToken)voidsetMetadataProfileId(Integer metadataProfileId)voidsetOrderBy(String orderBy)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.SearchOperator
getItems, getType, setItems, setType, type
-
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
-
MetadataSearchItem
public MetadataSearchItem()
-
MetadataSearchItem
public MetadataSearchItem(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getMetadataProfileId
public Integer getMetadataProfileId()
-
setMetadataProfileId
public void setMetadataProfileId(Integer metadataProfileId)
-
metadataProfileId
public void metadataProfileId(String multirequestToken)
-
getOrderBy
public String getOrderBy()
-
setOrderBy
public void setOrderBy(String orderBy)
-
orderBy
public void orderBy(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classSearchOperator
-
-