Uses of Class
io.gs2.limit.model.LimitModel
Packages that use LimitModel
-
Uses of LimitModel in io.gs2.limit.model
Methods in io.gs2.limit.model that return LimitModelModifier and TypeMethodDescriptionstatic LimitModelLimitModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) LimitModel.withLimitModelId(String limitModelId) LimitModel.withMetadata(String metadata) LimitModel.withResetDayOfMonth(Integer resetDayOfMonth) LimitModel.withResetDayOfWeek(String resetDayOfWeek) LimitModel.withResetHour(Integer resetHour) LimitModel.withResetType(String resetType) Methods in io.gs2.limit.model with parameters of type LimitModel -
Uses of LimitModel in io.gs2.limit.result
Methods in io.gs2.limit.result that return LimitModelMethods in io.gs2.limit.result that return types with arguments of type LimitModelMethods in io.gs2.limit.result with parameters of type LimitModelModifier and TypeMethodDescriptionvoidGetLimitModelResult.setItem(LimitModel item) GetLimitModelResult.withItem(LimitModel item) Method parameters in io.gs2.limit.result with type arguments of type LimitModelModifier and TypeMethodDescriptionvoidDescribeLimitModelsResult.setItems(List<LimitModel> items) DescribeLimitModelsResult.withItems(List<LimitModel> items)