Uses of Record Class
net.ygbstudio.jbrave.core.domain.dto.web.ResultReference
Packages that use ResultReference
-
Uses of ResultReference in net.ygbstudio.jbrave.core.domain.dto.result.search
Methods in net.ygbstudio.jbrave.core.domain.dto.result.search that return types with arguments of type ResultReferenceModifier and TypeMethodDescriptionMixedResponse.main()Returns the value of themainrecord component.MixedResponse.side()Returns the value of thesiderecord component.MixedResponse.top()Returns the value of thetoprecord component.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.result.search with type arguments of type ResultReferenceModifierConstructorDescriptionMixedResponse(String type, List<ResultReference> main, List<ResultReference> top, List<ResultReference> side) Creates an instance of aMixedResponserecord class.