Package odata.msgraph.client.complex
Class TeleconferenceDeviceQuality
- java.lang.Object
-
- odata.msgraph.client.complex.TeleconferenceDeviceQuality
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeleconferenceDeviceQuality extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeleconferenceDeviceQuality.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUIDcallChainIdprotected StringcloudServiceDeploymentEnvironmentprotected StringcloudServiceDeploymentIdprotected StringcloudServiceInstanceNameprotected StringcloudServiceNameprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdeviceDescriptionprotected StringdeviceNameprotected UUIDmediaLegIdprotected List<TeleconferenceDeviceMediaQuality>mediaQualityListprotected StringmediaQualityListNextLinkprotected StringodataTypeprotected UUIDparticipantIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeleconferenceDeviceQuality()
-
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
-
callChainId
protected UUID callChainId
-
cloudServiceDeploymentEnvironment
protected String cloudServiceDeploymentEnvironment
-
cloudServiceDeploymentId
protected String cloudServiceDeploymentId
-
cloudServiceInstanceName
protected String cloudServiceInstanceName
-
cloudServiceName
protected String cloudServiceName
-
deviceDescription
protected String deviceDescription
-
deviceName
protected String deviceName
-
mediaLegId
protected UUID mediaLegId
-
mediaQualityList
protected List<TeleconferenceDeviceMediaQuality> mediaQualityList
-
mediaQualityListNextLink
protected String mediaQualityListNextLink
-
participantId
protected UUID participantId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCallChainId
public TeleconferenceDeviceQuality withCallChainId(UUID callChainId)
-
withCloudServiceDeploymentEnvironment
public TeleconferenceDeviceQuality withCloudServiceDeploymentEnvironment(String cloudServiceDeploymentEnvironment)
-
withCloudServiceDeploymentId
public TeleconferenceDeviceQuality withCloudServiceDeploymentId(String cloudServiceDeploymentId)
-
withCloudServiceInstanceName
public TeleconferenceDeviceQuality withCloudServiceInstanceName(String cloudServiceInstanceName)
-
withCloudServiceName
public TeleconferenceDeviceQuality withCloudServiceName(String cloudServiceName)
-
withDeviceDescription
public TeleconferenceDeviceQuality withDeviceDescription(String deviceDescription)
-
withDeviceName
public TeleconferenceDeviceQuality withDeviceName(String deviceName)
-
withMediaLegId
public TeleconferenceDeviceQuality withMediaLegId(UUID mediaLegId)
-
getMediaQualityList
public com.github.davidmoten.odata.client.CollectionPage<TeleconferenceDeviceMediaQuality> getMediaQualityList()
-
getMediaQualityList
public com.github.davidmoten.odata.client.CollectionPage<TeleconferenceDeviceMediaQuality> getMediaQualityList(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withParticipantId
public TeleconferenceDeviceQuality withParticipantId(UUID participantId)
-
withUnmappedField
public TeleconferenceDeviceQuality withUnmappedField(String name, Object value)
-
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 TeleconferenceDeviceQuality.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
-
-