Uses of Class
cloud.genesys.webmessaging.sdk.model.RecipientAdditionalIdentifier.TypeEnum
-
Packages that use RecipientAdditionalIdentifier.TypeEnum Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of RecipientAdditionalIdentifier.TypeEnum in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return RecipientAdditionalIdentifier.TypeEnum Modifier and Type Method Description static RecipientAdditionalIdentifier.TypeEnumRecipientAdditionalIdentifier.TypeEnum. fromString(String key)RecipientAdditionalIdentifier.TypeEnumRecipientAdditionalIdentifier. getType()static RecipientAdditionalIdentifier.TypeEnumRecipientAdditionalIdentifier.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RecipientAdditionalIdentifier.TypeEnum[]RecipientAdditionalIdentifier.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-