Uses of Class
org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
Packages that use MacrosDto
Package
Description
-
Uses of MacrosDto in org.qubership.atp.macros.clients.api
Methods in org.qubership.atp.macros.clients.api that return types with arguments of type MacrosDtoModifier and TypeMethodDescriptionMacroControllerApi.findAll()GET /api/v1/macros/all : Get all available macrosMacroControllerApi.findAllByProject(UUID uuid) GET /api/v1/macros/all/project/{uuid} : Get all available macros for specified project (including global)MacroControllerApi.findAllByProjectId(UUID uuid) GET /api/v1/macros/project/{uuid}/all : Get all macros for specified projectMacroControllerApi.findNonTechnicalMacrosByProject(UUID uuid) GET /api/v1/macros/all-nontechnical/project/{uuid} : Get all non technical available macros for specified project (including global)org.springframework.http.ResponseEntity<MacrosDto> PUT /api/v1/macros/{uuid} : Update specified macrosMethods in org.qubership.atp.macros.clients.api with parameters of type MacrosDto -
Uses of MacrosDto in org.qubership.atp.macros.core.clients.api.dto.macros
Methods in org.qubership.atp.macros.core.clients.api.dto.macros that return MacrosDtoModifier and TypeMethodDescriptionMacrosDto.addParametersItem(MacrosParameterDto parametersItem) MacrosDto.createdWhen(OffsetDateTime createdWhen) MacrosDto.description(String description) MacrosDto.modifiedBy(UUID modifiedBy) MacrosDto.modifiedWhen(OffsetDateTime modifiedWhen) MacrosDto.parameters(List<@Valid MacrosParameterDto> parameters) MacrosDto.projectUuid(UUID projectUuid) Methods in org.qubership.atp.macros.core.clients.api.dto.macros that return types with arguments of type MacrosDtoMethods in org.qubership.atp.macros.core.clients.api.dto.macros with parameters of type MacrosDtoMethod parameters in org.qubership.atp.macros.core.clients.api.dto.macros with type arguments of type MacrosDto