Uses of Class
com.yetanalytics.xapi.model.InteractionType
-
Packages that use InteractionType Package Description com.yetanalytics.xapi.model com.yetanalytics.xapi.model.deserializers -
-
Uses of InteractionType in com.yetanalytics.xapi.model
Methods in com.yetanalytics.xapi.model that return InteractionType Modifier and Type Method Description static InteractionType
InteractionType. getByDisplayName(String name)
Retrieves the InteractionType for a given displayNameInteractionType
ActivityDefinition. getInteractionType()
static InteractionType
InteractionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InteractionType[]
InteractionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yetanalytics.xapi.model with parameters of type InteractionType Modifier and Type Method Description void
ActivityDefinition. setInteractionType(InteractionType interactionType)
-
Uses of InteractionType in com.yetanalytics.xapi.model.deserializers
Methods in com.yetanalytics.xapi.model.deserializers that return InteractionType Modifier and Type Method Description InteractionType
InteractionTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)
-