Uses of Class
net.ygbstudio.jbrave.core.domain.dto.result.VideoResult
Packages that use VideoResult
Package
Description
-
Uses of VideoResult in net.ygbstudio.jbrave.api.response
Methods in net.ygbstudio.jbrave.api.response that return types with arguments of type VideoResultModifier and TypeMethodDescriptionVideoSearchApiResponse.results()Returns the value of theresultsrecord component.Constructor parameters in net.ygbstudio.jbrave.api.response with type arguments of type VideoResultModifierConstructorDescriptionVideoSearchApiResponse(String type, Query query, List<VideoResult> results, Extra extra) Creates an instance of aVideoSearchApiResponserecord class. -
Uses of VideoResult in net.ygbstudio.jbrave.core.domain.dto.result
Methods in net.ygbstudio.jbrave.core.domain.dto.result that return VideoResult -
Uses of VideoResult 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 VideoResultModifier and TypeMethodDescriptionVideos.results()Returns the value of theresultsrecord component.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.result.search with type arguments of type VideoResultModifierConstructorDescriptionVideos(String type, List<VideoResult> results, Boolean mutatedByGoggles) Creates an instance of aVideosrecord class. -
Uses of VideoResult in net.ygbstudio.jbrave.core.domain.dto.web
Methods in net.ygbstudio.jbrave.core.domain.dto.web that return types with arguments of type VideoResult