Uses of Enum
org.qubership.atp.tdm.model.rest.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in org.qubership.atp.tdm.model.rest
Methods in org.qubership.atp.tdm.model.rest that return ResponseTypeModifier and TypeMethodDescriptionstatic ResponseTypeReturns the enum constant of this type with the specified name.static ResponseType[]ResponseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.qubership.atp.tdm.model.rest with parameters of type ResponseTypeModifierConstructorDescriptionResponseMessage(ResponseType type, Object contentObject) Class constructor.ResponseMessage(ResponseType type, Object contentObject, String link) Class constructor.ResponseMessage(ResponseType type, String content) Class constructor.ResponseMessage(ResponseType type, String content, Object contentObject) Class constructor.ResponseMessage(ResponseType type, String content, String link) Class constructor.