Uses of Class
odata.msgraph.client.beta.complex.TeamworkMicrophoneConfiguration
-
Packages that use TeamworkMicrophoneConfiguration Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkMicrophoneConfiguration in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkMicrophoneConfiguration Modifier and Type Method Description TeamworkMicrophoneConfigurationTeamworkMicrophoneConfiguration.Builder. build()TeamworkMicrophoneConfigurationTeamworkMicrophoneConfiguration. withIsMicrophoneOptional(Boolean isMicrophoneOptional)TeamworkMicrophoneConfigurationTeamworkMicrophoneConfiguration. withUnmappedField(String name, String value) -
Uses of TeamworkMicrophoneConfiguration in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkMicrophoneConfiguration Modifier and Type Field Description protected TeamworkMicrophoneConfigurationTeamworkDeviceConfiguration. microphoneConfigurationMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkMicrophoneConfiguration Modifier and Type Method Description Optional<TeamworkMicrophoneConfiguration>TeamworkDeviceConfiguration. getMicrophoneConfiguration()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkMicrophoneConfiguration Modifier and Type Method Description TeamworkDeviceConfiguration.BuilderTeamworkDeviceConfiguration.Builder. microphoneConfiguration(TeamworkMicrophoneConfiguration microphoneConfiguration)TeamworkDeviceConfigurationTeamworkDeviceConfiguration. withMicrophoneConfiguration(TeamworkMicrophoneConfiguration microphoneConfiguration)
-