Package odata.msgraph.client.complex
Class TeleconferenceDeviceScreenSharingQuality
- java.lang.Object
-
- odata.msgraph.client.complex.TeleconferenceDeviceMediaQuality
-
- odata.msgraph.client.complex.TeleconferenceDeviceVideoQuality
-
- odata.msgraph.client.complex.TeleconferenceDeviceScreenSharingQuality
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeleconferenceDeviceScreenSharingQuality extends TeleconferenceDeviceVideoQuality implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeleconferenceDeviceScreenSharingQuality.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.complex.TeleconferenceDeviceVideoQuality
averageInboundBitRate, averageInboundFrameRate, averageOutboundBitRate, averageOutboundFrameRate
-
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 protectedTeleconferenceDeviceScreenSharingQuality()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TeleconferenceDeviceScreenSharingQuality.BuilderbuilderTeleconferenceDeviceScreenSharingQuality()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()TeleconferenceDeviceScreenSharingQualitywithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.complex.TeleconferenceDeviceVideoQuality
builderTeleconferenceDeviceVideoQuality, getAverageInboundBitRate, getAverageInboundFrameRate, getAverageOutboundBitRate, getAverageOutboundFrameRate, withAverageInboundBitRate, withAverageInboundFrameRate, withAverageOutboundBitRate, withAverageOutboundFrameRate
-
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 classTeleconferenceDeviceVideoQuality
-
withUnmappedField
public TeleconferenceDeviceScreenSharingQuality withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classTeleconferenceDeviceVideoQuality
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classTeleconferenceDeviceVideoQuality
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classTeleconferenceDeviceVideoQuality
-
builderTeleconferenceDeviceScreenSharingQuality
public static TeleconferenceDeviceScreenSharingQuality.Builder builderTeleconferenceDeviceScreenSharingQuality()
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 classTeleconferenceDeviceVideoQuality
-
-