Uses of Enum Class
com.mypurecloud.sdk.v2.model.Format.FlagsEnum
Packages that use Format.FlagsEnum
-
Uses of Format.FlagsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Format.FlagsEnumModifier and TypeMethodDescriptionstatic Format.FlagsEnumFormat.FlagsEnum.fromString(String key) static Format.FlagsEnumReturns the enum constant of this class with the specified name.static Format.FlagsEnum[]Format.FlagsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type Format.FlagsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Format.FlagsEnumModifier and TypeMethodDescriptionFormat.flags(List<Format.FlagsEnum> flags) The Set of prompt segment format flags i.e. each entry is a part of describing the overall format.voidFormat.setFlags(List<Format.FlagsEnum> flags)