Uses of Class
io.gs2.buff.model.BuffEntryModelMaster
Packages that use BuffEntryModelMaster
-
Uses of BuffEntryModelMaster in io.gs2.buff.model
Methods in io.gs2.buff.model that return BuffEntryModelMasterModifier and TypeMethodDescriptionstatic BuffEntryModelMasterBuffEntryModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) BuffEntryModelMaster.withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) BuffEntryModelMaster.withBuffEntryModelId(String buffEntryModelId) BuffEntryModelMaster.withCreatedAt(Long createdAt) BuffEntryModelMaster.withDescription(String description) BuffEntryModelMaster.withExpression(String expression) BuffEntryModelMaster.withMetadata(String metadata) BuffEntryModelMaster.withPriority(Integer priority) BuffEntryModelMaster.withRevision(Long revision) BuffEntryModelMaster.withTargetAction(BuffTargetAction targetAction) BuffEntryModelMaster.withTargetModel(BuffTargetModel targetModel) BuffEntryModelMaster.withTargetType(String targetType) BuffEntryModelMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.buff.model with parameters of type BuffEntryModelMaster -
Uses of BuffEntryModelMaster in io.gs2.buff.result
Methods in io.gs2.buff.result that return BuffEntryModelMasterModifier and TypeMethodDescriptionCreateBuffEntryModelMasterResult.getItem()DeleteBuffEntryModelMasterResult.getItem()GetBuffEntryModelMasterResult.getItem()UpdateBuffEntryModelMasterResult.getItem()Methods in io.gs2.buff.result that return types with arguments of type BuffEntryModelMasterMethods in io.gs2.buff.result with parameters of type BuffEntryModelMasterModifier and TypeMethodDescriptionvoidCreateBuffEntryModelMasterResult.setItem(BuffEntryModelMaster item) voidDeleteBuffEntryModelMasterResult.setItem(BuffEntryModelMaster item) voidGetBuffEntryModelMasterResult.setItem(BuffEntryModelMaster item) voidUpdateBuffEntryModelMasterResult.setItem(BuffEntryModelMaster item) CreateBuffEntryModelMasterResult.withItem(BuffEntryModelMaster item) DeleteBuffEntryModelMasterResult.withItem(BuffEntryModelMaster item) GetBuffEntryModelMasterResult.withItem(BuffEntryModelMaster item) UpdateBuffEntryModelMasterResult.withItem(BuffEntryModelMaster item) Method parameters in io.gs2.buff.result with type arguments of type BuffEntryModelMasterModifier and TypeMethodDescriptionvoidDescribeBuffEntryModelMastersResult.setItems(List<BuffEntryModelMaster> items) DescribeBuffEntryModelMastersResult.withItems(List<BuffEntryModelMaster> items)