Uses of Enum Class
com.mypurecloud.sdk.v2.model.JourneySegment.ScopeEnum
Packages that use JourneySegment.ScopeEnum
-
Uses of JourneySegment.ScopeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneySegment.ScopeEnumModifier and TypeMethodDescriptionstatic JourneySegment.ScopeEnumJourneySegment.ScopeEnum.fromString(String key) JourneySegment.getScope()static JourneySegment.ScopeEnumReturns the enum constant of this class with the specified name.static JourneySegment.ScopeEnum[]JourneySegment.ScopeEnum.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 JourneySegment.ScopeEnumModifier and TypeMethodDescriptionJourneySegment.scope(JourneySegment.ScopeEnum scope) The target entity that a segment applies to.voidJourneySegment.setScope(JourneySegment.ScopeEnum scope)