Class InteractionComponent.Builder

java.lang.Object
dev.learning.xapi.model.InteractionComponent.Builder
Enclosing class:
InteractionComponent

public static class InteractionComponent.Builder extends Object
Builder for Group.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • addDescription

      public InteractionComponent.Builder addDescription(Locale key, String value)
      Adds a description of the InteractionComponent.
      Parameters:
      key - The key of the entry.
      value - The value of the entry.
      Returns:
      This builder
      See Also:
      • InteractionComponent.description