Class Anonymize
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.video.v1.room.participant.Anonymize
-
- All Implemented Interfaces:
Serializable
public class Anonymize extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnonymize.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static AnonymizefromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Anonymize object using the provided ObjectMapper.static AnonymizefromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Anonymize object using the provided ObjectMapper.StringgetAccountSid()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()IntegergetDuration()ZonedDateTimegetEndTime()StringgetIdentity()StringgetRoomSid()StringgetSid()ZonedDateTimegetStartTime()Anonymize.StatusgetStatus()URIgetUrl()inthashCode()static AnonymizeUpdaterupdater(String pathRoomSid, String pathSid)
-
-
-
Method Detail
-
updater
public static AnonymizeUpdater updater(String pathRoomSid, String pathSid)
-
fromJson
public static Anonymize fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Anonymize object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- Anonymize object represented by the provided JSON
-
fromJson
public static Anonymize fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Anonymize object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- Anonymize object represented by the provided JSON
-
getSid
public final String getSid()
-
getRoomSid
public final String getRoomSid()
-
getAccountSid
public final String getAccountSid()
-
getStatus
public final Anonymize.Status getStatus()
-
getIdentity
public final String getIdentity()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getStartTime
public final ZonedDateTime getStartTime()
-
getEndTime
public final ZonedDateTime getEndTime()
-
getDuration
public final Integer getDuration()
-
getUrl
public final URI getUrl()
-
-