Uses of Enum Class
org.qubership.atp.dataset.controllers.api.dto.attributes.AttributeTypeDto
Packages that use AttributeTypeDto
Package
Description
-
Uses of AttributeTypeDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api with parameters of type AttributeTypeDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributeCreateResponseDto> AttributeControllerApi.create(UUID dataSetListId, @NotNull @Valid String name, @NotNull @Valid Integer ordering, @NotNull @Valid AttributeTypeDto type, @Valid UUID typeDataSetListId, @Valid Long modifiedWhen, @Valid List<String> requestBody) PUT /attribute/dsl/{dataSetListId} : Creates new attribute with provided name and order. -
Uses of AttributeTypeDto in org.qubership.atp.dataset.controllers.api.dto.attributes
Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return AttributeTypeDtoModifier and TypeMethodDescriptionstatic AttributeTypeDto@Valid AttributeTypeDtoAttributeCreateResponseDto.getType()Get type@NotNull @Valid AttributeTypeDtoAttributeDto.getType()Get typestatic AttributeTypeDtoReturns the enum constant of this class with the specified name.static AttributeTypeDto[]AttributeTypeDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.atp.dataset.controllers.api.dto.attributes with parameters of type AttributeTypeDtoModifier and TypeMethodDescriptionvoidAttributeCreateResponseDto.setType(AttributeTypeDto type) voidAttributeDto.setType(AttributeTypeDto type) AttributeCreateResponseDto.type(AttributeTypeDto type) AttributeDto.type(AttributeTypeDto type)