Package com.kaltura.client.types
Class IntegrationSetting
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.IntegrationSetting
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
ZoomIntegrationSetting
public abstract class IntegrationSetting extends ObjectBase
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 interfaceIntegrationSetting.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description IntegrationSetting()IntegrationSetting(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
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
-
IntegrationSetting
public IntegrationSetting()
-
IntegrationSetting
public IntegrationSetting(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public Integer getId()
-
getStatus
public VendorIntegrationStatus getStatus()
-
getDefaultUserId
public String getDefaultUserId()
-
setDefaultUserId
public void setDefaultUserId(String defaultUserId)
-
defaultUserId
public void defaultUserId(String multirequestToken)
-
getAccountId
public String getAccountId()
-
getCreateUserIfNotExist
public Boolean getCreateUserIfNotExist()
-
setCreateUserIfNotExist
public void setCreateUserIfNotExist(Boolean createUserIfNotExist)
-
createUserIfNotExist
public void createUserIfNotExist(String multirequestToken)
-
getConversionProfileId
public Integer getConversionProfileId()
-
setConversionProfileId
public void setConversionProfileId(Integer conversionProfileId)
-
conversionProfileId
public void conversionProfileId(String multirequestToken)
-
getHandleParticipantsMode
public HandleParticipantsMode getHandleParticipantsMode()
-
setHandleParticipantsMode
public void setHandleParticipantsMode(HandleParticipantsMode handleParticipantsMode)
-
handleParticipantsMode
public void handleParticipantsMode(String multirequestToken)
-
getDeletionPolicy
public Boolean getDeletionPolicy()
-
setDeletionPolicy
public void setDeletionPolicy(Boolean deletionPolicy)
-
deletionPolicy
public void deletionPolicy(String multirequestToken)
-
getCreatedAt
public String getCreatedAt()
-
getUpdatedAt
public String getUpdatedAt()
-
getPartnerId
public Integer getPartnerId()
-
getEnableMeetingUpload
public Boolean getEnableMeetingUpload()
-
setEnableMeetingUpload
public void setEnableMeetingUpload(Boolean enableMeetingUpload)
-
enableMeetingUpload
public void enableMeetingUpload(String multirequestToken)
-
getEnableMeetingChat
public Boolean getEnableMeetingChat()
-
setEnableMeetingChat
public void setEnableMeetingChat(Boolean enableMeetingChat)
-
enableMeetingChat
public void enableMeetingChat(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-