Package odata.msgraph.client.complex
Class Video
- java.lang.Object
-
- odata.msgraph.client.complex.Video
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Video extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVideo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegeraudioBitsPerSampleprotected IntegeraudioChannelsprotected StringaudioFormatprotected IntegeraudioSamplesPerSecondprotected Integerbitrateprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Longdurationprotected StringfourCCprotected DoubleframeRateprotected Integerheightprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Integerwidth
-
Constructor Summary
Constructors Modifier Constructor Description protectedVideo()
-
Method Summary
-
-
-
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
-
height
protected Integer height
-
width
protected Integer width
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.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
-
-