Package odata.msgraph.client.complex
Class TeleconferenceDeviceAudioQuality
- java.lang.Object
-
- odata.msgraph.client.complex.TeleconferenceDeviceMediaQuality
-
- odata.msgraph.client.complex.TeleconferenceDeviceAudioQuality
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeleconferenceDeviceAudioQuality extends TeleconferenceDeviceMediaQuality implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeleconferenceDeviceAudioQuality.Builder
-
Field Summary
-
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 protectedTeleconferenceDeviceAudioQuality()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TeleconferenceDeviceAudioQuality.BuilderbuilderTeleconferenceDeviceAudioQuality()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()TeleconferenceDeviceAudioQualitywithUnmappedField(String name, Object value)-
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
-
withUnmappedField
public TeleconferenceDeviceAudioQuality 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
-
builderTeleconferenceDeviceAudioQuality
public static TeleconferenceDeviceAudioQuality.Builder builderTeleconferenceDeviceAudioQuality()
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
-
-