Uses of Enum Class
org.mbari.vcr4j.sharktopoda.model.VideoInformation.RequestType
Packages that use VideoInformation.RequestType
-
Uses of VideoInformation.RequestType in org.mbari.vcr4j.sharktopoda.model
Methods in org.mbari.vcr4j.sharktopoda.model that return VideoInformation.RequestTypeModifier and TypeMethodDescriptionstatic VideoInformation.RequestTypeReturns the enum constant of this class with the specified name.static VideoInformation.RequestType[]VideoInformation.RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mbari.vcr4j.sharktopoda.model with parameters of type VideoInformation.RequestTypeModifierConstructorDescriptionVideoInformation(VideoInformation.RequestType requestType, Collection<VideoInformation.Video> videos)