Class Video

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class Video
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • audioBitsPerSample

        protected Integer audioBitsPerSample
      • audioChannels

        protected Integer audioChannels
      • audioFormat

        protected String audioFormat
      • audioSamplesPerSecond

        protected Integer audioSamplesPerSecond
      • bitrate

        protected Integer bitrate
      • duration

        protected Long duration
      • fourCC

        protected String fourCC
      • frameRate

        protected Double frameRate
    • Constructor Detail

      • Video

        protected Video()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • withAudioBitsPerSample

        public Video withAudioBitsPerSample​(Integer audioBitsPerSample)
      • withAudioChannels

        public Video withAudioChannels​(Integer audioChannels)
      • withAudioFormat

        public Video withAudioFormat​(String audioFormat)
      • getAudioSamplesPerSecond

        public Optional<Integer> getAudioSamplesPerSecond()
      • withAudioSamplesPerSecond

        public Video withAudioSamplesPerSecond​(Integer audioSamplesPerSecond)
      • withBitrate

        public Video withBitrate​(Integer bitrate)
      • withDuration

        public Video withDuration​(Long duration)
      • withFourCC

        public Video withFourCC​(String fourCC)
      • withFrameRate

        public Video withFrameRate​(Double frameRate)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
      • builder

        public static Video.Builder builder()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class