Uses of Class
cloud.genesys.webmessaging.sdk.model.IDType
-
Packages that use IDType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of IDType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return IDType Modifier and Type Method Description static IDTypeIDType. fromString(String key)IDTypeMessagingRecipient. getIdType()static IDTypeIDType. valueOf(String name)Returns the enum constant of this type with the specified name.static IDType[]IDType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type IDType Modifier and Type Method Description MessagingRecipientMessagingRecipient. idType(IDType idType)The recipient ID type.voidMessagingRecipient. setIdType(IDType idType)
-