Uses of Enum Class
com.mypurecloud.sdk.v2.model.GeneralProgramJobRequest.DialectEnum
Packages that use GeneralProgramJobRequest.DialectEnum
-
Uses of GeneralProgramJobRequest.DialectEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GeneralProgramJobRequest.DialectEnumModifier and TypeMethodDescriptionGeneralProgramJobRequest.DialectEnum.fromString(String key) GeneralProgramJobRequest.getDialect()Returns the enum constant of this class with the specified name.static GeneralProgramJobRequest.DialectEnum[]GeneralProgramJobRequest.DialectEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type GeneralProgramJobRequest.DialectEnumModifier and TypeMethodDescriptionGeneralProgramJobRequest.dialect(GeneralProgramJobRequest.DialectEnum dialect) The dialect of the topics to link with the general program, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standardvoidGeneralProgramJobRequest.setDialect(GeneralProgramJobRequest.DialectEnum dialect)