Uses of Class
odata.msgraph.client.beta.complex.TeamworkSpeakerConfiguration
-
Packages that use TeamworkSpeakerConfiguration Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkSpeakerConfiguration in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkSpeakerConfiguration Modifier and Type Method Description TeamworkSpeakerConfigurationTeamworkSpeakerConfiguration.Builder. build()TeamworkSpeakerConfigurationTeamworkSpeakerConfiguration. withIsCommunicationSpeakerOptional(Boolean isCommunicationSpeakerOptional)TeamworkSpeakerConfigurationTeamworkSpeakerConfiguration. withIsSpeakerOptional(Boolean isSpeakerOptional)TeamworkSpeakerConfigurationTeamworkSpeakerConfiguration. withUnmappedField(String name, String value) -
Uses of TeamworkSpeakerConfiguration in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkSpeakerConfiguration Modifier and Type Field Description protected TeamworkSpeakerConfigurationTeamworkDeviceConfiguration. speakerConfigurationMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkSpeakerConfiguration Modifier and Type Method Description Optional<TeamworkSpeakerConfiguration>TeamworkDeviceConfiguration. getSpeakerConfiguration()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkSpeakerConfiguration Modifier and Type Method Description TeamworkDeviceConfiguration.BuilderTeamworkDeviceConfiguration.Builder. speakerConfiguration(TeamworkSpeakerConfiguration speakerConfiguration)TeamworkDeviceConfigurationTeamworkDeviceConfiguration. withSpeakerConfiguration(TeamworkSpeakerConfiguration speakerConfiguration)
-