Package com.kaltura.client.types
Class DetachedResponseProfile
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.BaseResponseProfile
-
- com.kaltura.client.types.DetachedResponseProfile
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
ResponseProfile
public class DetachedResponseProfile extends BaseResponseProfile
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 interfaceDetachedResponseProfile.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description DetachedResponseProfile()DetachedResponseProfile(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfields(String multirequestToken)StringgetFields()RelatedFiltergetFilter()List<ResponseProfileMapping>getMappings()StringgetName()FilterPagergetPager()List<DetachedResponseProfile>getRelatedProfiles()ResponseProfileTypegetType()voidname(String multirequestToken)voidsetFields(String fields)voidsetFilter(RelatedFilter filter)voidsetMappings(List<ResponseProfileMapping> mappings)voidsetName(String name)voidsetPager(FilterPager pager)voidsetRelatedProfiles(List<DetachedResponseProfile> relatedProfiles)voidsetType(ResponseProfileType type)ParamstoParams()voidtype(String multirequestToken)-
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
-
DetachedResponseProfile
public DetachedResponseProfile()
-
DetachedResponseProfile
public DetachedResponseProfile(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
name
public void name(String multirequestToken)
-
getType
public ResponseProfileType getType()
-
setType
public void setType(ResponseProfileType type)
-
type
public void type(String multirequestToken)
-
getFields
public String getFields()
-
setFields
public void setFields(String fields)
-
fields
public void fields(String multirequestToken)
-
getFilter
public RelatedFilter getFilter()
-
setFilter
public void setFilter(RelatedFilter filter)
-
getPager
public FilterPager getPager()
-
setPager
public void setPager(FilterPager pager)
-
getRelatedProfiles
public List<DetachedResponseProfile> getRelatedProfiles()
-
setRelatedProfiles
public void setRelatedProfiles(List<DetachedResponseProfile> relatedProfiles)
-
getMappings
public List<ResponseProfileMapping> getMappings()
-
setMappings
public void setMappings(List<ResponseProfileMapping> mappings)
-
toParams
public Params toParams()
- Overrides:
toParamsin classBaseResponseProfile
-
-