Package com.kaltura.client.types
Class EmailNotificationCategoryRecipientProvider
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.EmailNotificationRecipientProvider
-
- com.kaltura.client.types.EmailNotificationCategoryRecipientProvider
-
- All Implemented Interfaces:
ResponseType,Serializable
public class EmailNotificationCategoryRecipientProvider extends EmailNotificationRecipientProvider
API object which provides the recipients of category related notifications.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEmailNotificationCategoryRecipientProvider.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description EmailNotificationCategoryRecipientProvider()EmailNotificationCategoryRecipientProvider(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringValuegetCategoryId()StringValuegetCategoryIds()CategoryUserProviderFiltergetCategoryUserFilter()voidsetCategoryId(StringValue categoryId)voidsetCategoryIds(StringValue categoryIds)voidsetCategoryUserFilter(CategoryUserProviderFilter categoryUserFilter)ParamstoParams()-
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
-
EmailNotificationCategoryRecipientProvider
public EmailNotificationCategoryRecipientProvider()
-
EmailNotificationCategoryRecipientProvider
public EmailNotificationCategoryRecipientProvider(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getCategoryId
public StringValue getCategoryId()
-
setCategoryId
public void setCategoryId(StringValue categoryId)
-
getCategoryIds
public StringValue getCategoryIds()
-
setCategoryIds
public void setCategoryIds(StringValue categoryIds)
-
getCategoryUserFilter
public CategoryUserProviderFilter getCategoryUserFilter()
-
setCategoryUserFilter
public void setCategoryUserFilter(CategoryUserProviderFilter categoryUserFilter)
-
toParams
public Params toParams()
- Overrides:
toParamsin classEmailNotificationRecipientProvider
-
-