Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.FullMetaInfoDto
Packages that use FullMetaInfoDto
-
Uses of FullMetaInfoDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return FullMetaInfoDtoModifier and TypeMethodDescriptionFullMetaInfoDto.addChildrenItem(FullMetaInfoDto childrenItem) FullMetaInfoDto.addParametersItem(ActionParameterDto parametersItem) FullMetaInfoDto.children(List<FullMetaInfoDto> children) FullMetaInfoDto.otherTextValue(String otherTextValue) FullMetaInfoDto.parameters(List<ActionParameterDto> parameters) FullMetaInfoDto.type(FullMetaInfoDto.TypeEnum type) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type FullMetaInfoDtoModifier and TypeMethodDescription@Valid List<FullMetaInfoDto> FullMetaInfoDto.getChildren()Get children@Valid List<FullMetaInfoDto> MetaInfoTreeResponseDto.getChildren()Get childrenMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type FullMetaInfoDtoModifier and TypeMethodDescriptionFullMetaInfoDto.addChildrenItem(FullMetaInfoDto childrenItem) MetaInfoTreeResponseDto.addChildrenItem(FullMetaInfoDto childrenItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type FullMetaInfoDtoModifier and TypeMethodDescriptionFullMetaInfoDto.children(List<FullMetaInfoDto> children) MetaInfoTreeResponseDto.children(List<FullMetaInfoDto> children) voidFullMetaInfoDto.setChildren(List<FullMetaInfoDto> children) voidMetaInfoTreeResponseDto.setChildren(List<FullMetaInfoDto> children)