Uses of Class
io.gs2.buff.request.UpdateBuffEntryModelMasterRequest
Packages that use UpdateBuffEntryModelMasterRequest
-
Uses of UpdateBuffEntryModelMasterRequest in io.gs2.buff
Methods in io.gs2.buff with parameters of type UpdateBuffEntryModelMasterRequestModifier and TypeMethodDescriptionGs2BuffRestClient.updateBuffEntryModelMaster(UpdateBuffEntryModelMasterRequest request) voidGs2BuffRestClient.updateBuffEntryModelMasterAsync(UpdateBuffEntryModelMasterRequest request, AsyncAction<AsyncResult<UpdateBuffEntryModelMasterResult>> callback) -
Uses of UpdateBuffEntryModelMasterRequest in io.gs2.buff.request
Methods in io.gs2.buff.request that return UpdateBuffEntryModelMasterRequestModifier and TypeMethodDescriptionUpdateBuffEntryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateBuffEntryModelMasterRequest.withApplyPeriodScheduleEventId(String applyPeriodScheduleEventId) UpdateBuffEntryModelMasterRequest.withBuffEntryName(String buffEntryName) UpdateBuffEntryModelMasterRequest.withDescription(String description) UpdateBuffEntryModelMasterRequest.withExpression(String expression) UpdateBuffEntryModelMasterRequest.withMetadata(String metadata) UpdateBuffEntryModelMasterRequest.withNamespaceName(String namespaceName) UpdateBuffEntryModelMasterRequest.withPriority(Integer priority) UpdateBuffEntryModelMasterRequest.withTargetAction(BuffTargetAction targetAction) UpdateBuffEntryModelMasterRequest.withTargetModel(BuffTargetModel targetModel) UpdateBuffEntryModelMasterRequest.withTargetType(String targetType)