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 class
Anonymize.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static Anonymize
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Anonymize object using the provided ObjectMapper.static Anonymize
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Anonymize object using the provided ObjectMapper.String
getAccountSid()
ZonedDateTime
getDateCreated()
ZonedDateTime
getDateUpdated()
Integer
getDuration()
ZonedDateTime
getEndTime()
String
getIdentity()
String
getRoomSid()
String
getSid()
ZonedDateTime
getStartTime()
Anonymize.Status
getStatus()
URI
getUrl()
int
hashCode()
static AnonymizeUpdater
updater(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()
-
-