Uses of Class
es.kukenan.smartfi.microservice.contracts.api.common.ConditionDto
Packages that use ConditionDto
Package
Description
Base package for Products microservice API DTOs.
Package for DTOs in common for multiple methods.
-
Uses of ConditionDto in es.kukenan.smartfi.microservice.contracts.api
Methods in es.kukenan.smartfi.microservice.contracts.api with parameters of type ConditionDto -
Uses of ConditionDto in es.kukenan.smartfi.microservice.contracts.api.common
Fields in es.kukenan.smartfi.microservice.contracts.api.common declared as ConditionDtoModifier and TypeFieldDescriptionprivate ConditionDtoSignatureDto.conditionsconditions identifier.Constructors in es.kukenan.smartfi.microservice.contracts.api.common with parameters of type ConditionDtoModifierConstructorDescriptionSignatureDto(Integer id, String name, ConditionDto conditions) Full state constructor.