Uses of Enum Class
com.mypurecloud.sdk.v2.model.RichLinkHeader.TypeEnum
Packages that use RichLinkHeader.TypeEnum
-
Uses of RichLinkHeader.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RichLinkHeader.TypeEnumModifier and TypeMethodDescriptionstatic RichLinkHeader.TypeEnumRichLinkHeader.TypeEnum.fromString(String key) RichLinkHeader.getType()static RichLinkHeader.TypeEnumReturns the enum constant of this class with the specified name.static RichLinkHeader.TypeEnum[]RichLinkHeader.TypeEnum.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 RichLinkHeader.TypeEnumModifier and TypeMethodDescriptionvoidRichLinkHeader.setType(RichLinkHeader.TypeEnum type) RichLinkHeader.type(RichLinkHeader.TypeEnum type) Describes the Rich Link header type.