Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.DirectiveDto
Packages that use DirectiveDto
-
Uses of DirectiveDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return DirectiveDtoModifier and TypeMethodDescriptionDirectiveDto.description(String description) DirectiveDto.parameters(Map<String, String> parameters) DirectiveDto.putParametersItem(String key, String parametersItem) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type DirectiveDtoModifier and TypeMethodDescription@Valid List<DirectiveDto> EnrichedCompoundDto.getDirectives()Get directivesMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type DirectiveDtoModifier and TypeMethodDescriptionEnrichedCompoundDto.addDirectivesItem(DirectiveDto directivesItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type DirectiveDtoModifier and TypeMethodDescriptionEnrichedCompoundDto.directives(List<DirectiveDto> directives) voidEnrichedCompoundDto.setDirectives(List<DirectiveDto> directives)