Uses of Class
io.gs2.buff.model.BuffEntryModel
Packages that use BuffEntryModel
-
Uses of BuffEntryModel in io.gs2.buff.model
Methods in io.gs2.buff.model that return BuffEntryModelModifier and TypeMethodDescriptionstatic BuffEntryModelBuffEntryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) BuffEntryModel.withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) BuffEntryModel.withBuffEntryModelId(String buffEntryModelId) BuffEntryModel.withExpression(String expression) BuffEntryModel.withMetadata(String metadata) BuffEntryModel.withPriority(Integer priority) BuffEntryModel.withTargetAction(BuffTargetAction targetAction) BuffEntryModel.withTargetModel(BuffTargetModel targetModel) BuffEntryModel.withTargetType(String targetType) Methods in io.gs2.buff.model with parameters of type BuffEntryModel -
Uses of BuffEntryModel in io.gs2.buff.result
Methods in io.gs2.buff.result that return BuffEntryModelMethods in io.gs2.buff.result that return types with arguments of type BuffEntryModelModifier and TypeMethodDescriptionApplyBuffByUserIdResult.getItems()ApplyBuffResult.getItems()DescribeBuffEntryModelsResult.getItems()Methods in io.gs2.buff.result with parameters of type BuffEntryModelModifier and TypeMethodDescriptionvoidGetBuffEntryModelResult.setItem(BuffEntryModel item) GetBuffEntryModelResult.withItem(BuffEntryModel item) Method parameters in io.gs2.buff.result with type arguments of type BuffEntryModelModifier and TypeMethodDescriptionvoidApplyBuffByUserIdResult.setItems(List<BuffEntryModel> items) voidApplyBuffResult.setItems(List<BuffEntryModel> items) voidDescribeBuffEntryModelsResult.setItems(List<BuffEntryModel> items) ApplyBuffByUserIdResult.withItems(List<BuffEntryModel> items) ApplyBuffResult.withItems(List<BuffEntryModel> items) DescribeBuffEntryModelsResult.withItems(List<BuffEntryModel> items)