Package dev.learning.xapi.model
Class InteractionComponent.Builder
java.lang.Object
dev.learning.xapi.model.InteractionComponent.Builder
- Enclosing class:
- InteractionComponent
Builder for Group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescription(Locale key, String value) Adds a description of the InteractionComponent.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addDescription
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
-