Package odata.msgraph.client.complex
Class TeleconferenceDeviceVideoQuality
- java.lang.Object
-
- odata.msgraph.client.complex.TeleconferenceDeviceMediaQuality
-
- odata.msgraph.client.complex.TeleconferenceDeviceVideoQuality
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
TeleconferenceDeviceScreenSharingQuality
public class TeleconferenceDeviceVideoQuality extends TeleconferenceDeviceMediaQuality implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeleconferenceDeviceVideoQuality.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DoubleaverageInboundBitRateprotected DoubleaverageInboundFrameRateprotected DoubleaverageOutboundBitRateprotected DoubleaverageOutboundFrameRate-
Fields inherited from class odata.msgraph.client.complex.TeleconferenceDeviceMediaQuality
averageInboundJitter, averageInboundPacketLossRateInPercentage, averageInboundRoundTripDelay, averageOutboundJitter, averageOutboundPacketLossRateInPercentage, averageOutboundRoundTripDelay, channelIndex, contextPath, inboundPackets, localIPAddress, localPort, maximumInboundJitter, maximumInboundPacketLossRateInPercentage, maximumInboundRoundTripDelay, maximumOutboundJitter, maximumOutboundPacketLossRateInPercentage, maximumOutboundRoundTripDelay, mediaDuration, networkLinkSpeedInBytes, odataType, outboundPackets, remoteIPAddress, remotePort, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeleconferenceDeviceVideoQuality()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.complex.TeleconferenceDeviceMediaQuality
getAverageInboundJitter, getAverageInboundPacketLossRateInPercentage, getAverageInboundRoundTripDelay, getAverageOutboundJitter, getAverageOutboundPacketLossRateInPercentage, getAverageOutboundRoundTripDelay, getChannelIndex, getInboundPackets, getLocalIPAddress, getLocalPort, getMaximumInboundJitter, getMaximumInboundPacketLossRateInPercentage, getMaximumInboundRoundTripDelay, getMaximumOutboundJitter, getMaximumOutboundPacketLossRateInPercentage, getMaximumOutboundRoundTripDelay, getMediaDuration, getNetworkLinkSpeedInBytes, getOutboundPackets, getRemoteIPAddress, getRemotePort, withAverageInboundJitter, withAverageInboundPacketLossRateInPercentage, withAverageInboundRoundTripDelay, withAverageOutboundJitter, withAverageOutboundPacketLossRateInPercentage, withAverageOutboundRoundTripDelay, withChannelIndex, withInboundPackets, withLocalIPAddress, withLocalPort, withMaximumInboundJitter, withMaximumInboundPacketLossRateInPercentage, withMaximumInboundRoundTripDelay, withMaximumOutboundJitter, withMaximumOutboundPacketLossRateInPercentage, withMaximumOutboundRoundTripDelay, withMediaDuration, withNetworkLinkSpeedInBytes, withOutboundPackets, withRemoteIPAddress, withRemotePort
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classTeleconferenceDeviceMediaQuality
-
withAverageInboundBitRate
public TeleconferenceDeviceVideoQuality withAverageInboundBitRate(Double averageInboundBitRate)
-
withAverageInboundFrameRate
public TeleconferenceDeviceVideoQuality withAverageInboundFrameRate(Double averageInboundFrameRate)
-
withAverageOutboundBitRate
public TeleconferenceDeviceVideoQuality withAverageOutboundBitRate(Double averageOutboundBitRate)
-
withAverageOutboundFrameRate
public TeleconferenceDeviceVideoQuality withAverageOutboundFrameRate(Double averageOutboundFrameRate)
-
withUnmappedField
public TeleconferenceDeviceVideoQuality withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classTeleconferenceDeviceMediaQuality
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classTeleconferenceDeviceMediaQuality
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classTeleconferenceDeviceMediaQuality
-
builderTeleconferenceDeviceVideoQuality
public static TeleconferenceDeviceVideoQuality.Builder builderTeleconferenceDeviceVideoQuality()
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
-
toString
public String toString()
- Overrides:
toStringin classTeleconferenceDeviceMediaQuality
-
-