Uses of Class
com.twilio.rest.conversations.v1.Credential.PushType
-
Packages that use Credential.PushType Package Description com.twilio.rest.conversations.v1 -
-
Uses of Credential.PushType in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return Credential.PushType Modifier and Type Method Description static Credential.PushTypeCredential.PushType. forValue(String value)Credential.PushTypeCredential. getType()static Credential.PushTypeCredential.PushType. valueOf(String name)Returns the enum constant of this type with the specified name.static Credential.PushType[]Credential.PushType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.conversations.v1 with parameters of type Credential.PushType Modifier and Type Method Description static CredentialCreatorCredential. creator(Credential.PushType type)CredentialCreatorCredentialCreator. setType(Credential.PushType type)CredentialUpdaterCredentialUpdater. setType(Credential.PushType type)Constructors in com.twilio.rest.conversations.v1 with parameters of type Credential.PushType Constructor Description CredentialCreator(Credential.PushType type)
-