Package com.twilio.rest.video.v1
Class RecordingSettings
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.video.v1.RecordingSettings
-
- All Implemented Interfaces:
Serializable
public class RecordingSettings extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordingSettingsCreatorcreator(String friendlyName)booleanequals(Object o)static RecordingSettingsFetcherfetcher()static RecordingSettingsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a RecordingSettings object using the provided ObjectMapper.static RecordingSettingsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a RecordingSettings object using the provided ObjectMapper.StringgetAccountSid()StringgetAwsCredentialsSid()URIgetAwsS3Url()BooleangetAwsStorageEnabled()BooleangetEncryptionEnabled()StringgetEncryptionKeySid()StringgetFriendlyName()URIgetUrl()inthashCode()
-
-
-
Method Detail
-
creator
public static RecordingSettingsCreator creator(String friendlyName)
-
fetcher
public static RecordingSettingsFetcher fetcher()
-
fromJson
public static RecordingSettings fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a RecordingSettings object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- RecordingSettings object represented by the provided JSON
-
fromJson
public static RecordingSettings fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a RecordingSettings object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- RecordingSettings object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getFriendlyName
public final String getFriendlyName()
-
getAwsCredentialsSid
public final String getAwsCredentialsSid()
-
getAwsS3Url
public final URI getAwsS3Url()
-
getAwsStorageEnabled
public final Boolean getAwsStorageEnabled()
-
getEncryptionKeySid
public final String getEncryptionKeySid()
-
getEncryptionEnabled
public final Boolean getEncryptionEnabled()
-
getUrl
public final URI getUrl()
-
-