Uses of Class
odata.msgraph.client.beta.complex.TeamworkFeaturesConfiguration
-
Packages that use TeamworkFeaturesConfiguration Package Description odata.msgraph.client.beta.complex -
-
Uses of TeamworkFeaturesConfiguration in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as TeamworkFeaturesConfiguration Modifier and Type Field Description protected TeamworkFeaturesConfigurationTeamworkTeamsClientConfiguration. featuresConfigurationMethods in odata.msgraph.client.beta.complex that return TeamworkFeaturesConfiguration Modifier and Type Method Description TeamworkFeaturesConfigurationTeamworkFeaturesConfiguration.Builder. build()TeamworkFeaturesConfigurationTeamworkFeaturesConfiguration. withEmailToSendLogsAndFeedback(String emailToSendLogsAndFeedback)TeamworkFeaturesConfigurationTeamworkFeaturesConfiguration. withIsAutoScreenShareEnabled(Boolean isAutoScreenShareEnabled)TeamworkFeaturesConfigurationTeamworkFeaturesConfiguration. withIsBluetoothBeaconingEnabled(Boolean isBluetoothBeaconingEnabled)TeamworkFeaturesConfigurationTeamworkFeaturesConfiguration. withIsHideMeetingNamesEnabled(Boolean isHideMeetingNamesEnabled)TeamworkFeaturesConfigurationTeamworkFeaturesConfiguration. withIsSendLogsAndFeedbackEnabled(Boolean isSendLogsAndFeedbackEnabled)TeamworkFeaturesConfigurationTeamworkFeaturesConfiguration. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type TeamworkFeaturesConfiguration Modifier and Type Method Description Optional<TeamworkFeaturesConfiguration>TeamworkTeamsClientConfiguration. getFeaturesConfiguration()Methods in odata.msgraph.client.beta.complex with parameters of type TeamworkFeaturesConfiguration Modifier and Type Method Description TeamworkTeamsClientConfiguration.BuilderTeamworkTeamsClientConfiguration.Builder. featuresConfiguration(TeamworkFeaturesConfiguration featuresConfiguration)TeamworkTeamsClientConfigurationTeamworkTeamsClientConfiguration. withFeaturesConfiguration(TeamworkFeaturesConfiguration featuresConfiguration)
-