Package com.twilio.rest.trusthub.v1
Class EndUserType
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.trusthub.v1.EndUserType
-
- All Implemented Interfaces:
Serializable
public class EndUserType extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static EndUserTypeFetcherfetcher(String pathSid)static EndUserTypefromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a EndUserType object using the provided ObjectMapper.static EndUserTypefromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a EndUserType object using the provided ObjectMapper.List<Map<String,Object>>getFields()StringgetFriendlyName()StringgetMachineName()StringgetSid()URIgetUrl()inthashCode()static EndUserTypeReaderreader()
-
-
-
Method Detail
-
fetcher
public static EndUserTypeFetcher fetcher(String pathSid)
-
reader
public static EndUserTypeReader reader()
-
fromJson
public static EndUserType fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a EndUserType object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- EndUserType object represented by the provided JSON
-
fromJson
public static EndUserType fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a EndUserType object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- EndUserType object represented by the provided JSON
-
getSid
public final String getSid()
-
getFriendlyName
public final String getFriendlyName()
-
getMachineName
public final String getMachineName()
-
getUrl
public final URI getUrl()
-
-