Uses of Enum
org.qubership.atp.itf.lite.backend.enums.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType in org.qubership.atp.itf.lite.backend.enums
Methods in org.qubership.atp.itf.lite.backend.enums that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeReturns the enum constant of this type with the specified name.static EntityType[]EntityType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityType in org.qubership.atp.itf.lite.backend.model.api.response
Constructors in org.qubership.atp.itf.lite.backend.model.api.response with parameters of type EntityTypeModifierConstructorDescriptionGroupResponse(UUID id, String name, EntityType type, Integer order, Date createdWhen, ParentRequestAuthorization parentAuth, Date modifiedWhen) GroupResponse constructor.