Uses of Class
odata.msgraph.client.beta.complex.TeamworkTeamsClientConfiguration
-
Packages that use TeamworkTeamsClientConfiguration Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkTeamsClientConfiguration in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkTeamsClientConfiguration Modifier and Type Method Description TeamworkTeamsClientConfigurationTeamworkTeamsClientConfiguration.Builder. build()TeamworkTeamsClientConfigurationTeamworkTeamsClientConfiguration. withAccountConfiguration(TeamworkAccountConfiguration accountConfiguration)TeamworkTeamsClientConfigurationTeamworkTeamsClientConfiguration. withFeaturesConfiguration(TeamworkFeaturesConfiguration featuresConfiguration)TeamworkTeamsClientConfigurationTeamworkTeamsClientConfiguration. withUnmappedField(String name, String value) -
Uses of TeamworkTeamsClientConfiguration in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkTeamsClientConfiguration Modifier and Type Field Description protected TeamworkTeamsClientConfigurationTeamworkDeviceConfiguration. teamsClientConfigurationMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkTeamsClientConfiguration Modifier and Type Method Description Optional<TeamworkTeamsClientConfiguration>TeamworkDeviceConfiguration. getTeamsClientConfiguration()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkTeamsClientConfiguration Modifier and Type Method Description TeamworkDeviceConfiguration.BuilderTeamworkDeviceConfiguration.Builder. teamsClientConfiguration(TeamworkTeamsClientConfiguration teamsClientConfiguration)TeamworkDeviceConfigurationTeamworkDeviceConfiguration. withTeamsClientConfiguration(TeamworkTeamsClientConfiguration teamsClientConfiguration)
-