Class CredentialList
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.api.v2010.account.sip.CredentialList
-
- All Implemented Interfaces:
Serializable
public class CredentialList extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredentialListCreatorcreator(String friendlyName)static CredentialListCreatorcreator(String pathAccountSid, String friendlyName)static CredentialListDeleterdeleter(String pathSid)static CredentialListDeleterdeleter(String pathAccountSid, String pathSid)booleanequals(Object o)static CredentialListFetcherfetcher(String pathSid)static CredentialListFetcherfetcher(String pathAccountSid, String pathSid)static CredentialListfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a CredentialList object using the provided ObjectMapper.static CredentialListfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a CredentialList object using the provided ObjectMapper.StringgetAccountSid()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()StringgetFriendlyName()StringgetSid()Map<String,String>getSubresourceUris()StringgetUri()inthashCode()static CredentialListReaderreader()static CredentialListReaderreader(String pathAccountSid)static CredentialListUpdaterupdater(String pathSid, String friendlyName)static CredentialListUpdaterupdater(String pathAccountSid, String pathSid, String friendlyName)
-
-
-
Method Detail
-
creator
public static CredentialListCreator creator(String friendlyName)
-
creator
public static CredentialListCreator creator(String pathAccountSid, String friendlyName)
-
fetcher
public static CredentialListFetcher fetcher(String pathSid)
-
fetcher
public static CredentialListFetcher fetcher(String pathAccountSid, String pathSid)
-
deleter
public static CredentialListDeleter deleter(String pathSid)
-
deleter
public static CredentialListDeleter deleter(String pathAccountSid, String pathSid)
-
reader
public static CredentialListReader reader()
-
reader
public static CredentialListReader reader(String pathAccountSid)
-
updater
public static CredentialListUpdater updater(String pathSid, String friendlyName)
-
updater
public static CredentialListUpdater updater(String pathAccountSid, String pathSid, String friendlyName)
-
fromJson
public static CredentialList fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CredentialList object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- CredentialList object represented by the provided JSON
-
fromJson
public static CredentialList fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CredentialList object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- CredentialList object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getFriendlyName
public final String getFriendlyName()
-
getSid
public final String getSid()
-
getUri
public final String getUri()
-
-