Uses of Class
io.inugami.api.models.events.TargetConfig
-
Packages that use TargetConfig Package Description io.inugami.api.exceptions.services io.inugami.api.mapping.events io.inugami.api.models.events -
-
Uses of TargetConfig in io.inugami.api.exceptions.services
Methods in io.inugami.api.exceptions.services that return types with arguments of type TargetConfig Modifier and Type Method Description Optional<TargetConfig>EventProcessException. getTarget()Constructors in io.inugami.api.exceptions.services with parameters of type TargetConfig Constructor Description EventProcessException(GenericEvent event, TargetConfig target, int code, String message, Throwable cause)EventProcessException(GenericEvent event, TargetConfig target, String message, Throwable cause) -
Uses of TargetConfig in io.inugami.api.mapping.events
Methods in io.inugami.api.mapping.events that return TargetConfig Modifier and Type Method Description TargetConfigTargetMapper. mapping(Object data)Methods in io.inugami.api.mapping.events that return types with arguments of type TargetConfig Modifier and Type Method Description List<TargetConfig>ListTargetsMapper. mapping(List<Object> data) -
Uses of TargetConfig in io.inugami.api.models.events
Methods in io.inugami.api.models.events that return TargetConfig Modifier and Type Method Description TargetConfigTargetConfigBuilder. build()Methods in io.inugami.api.models.events that return types with arguments of type TargetConfig Modifier and Type Method Description List<TargetConfig>Event. getTargets()Methods in io.inugami.api.models.events with parameters of type TargetConfig Modifier and Type Method Description EventBuilderEventBuilder. addTargets(TargetConfig... targets)Method parameters in io.inugami.api.models.events with type arguments of type TargetConfig Modifier and Type Method Description EventBuilderEventBuilder. addTargets(List<TargetConfig> targets)Constructors in io.inugami.api.models.events with parameters of type TargetConfig Constructor Description TargetConfigBuilder(TargetConfig event)
-