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