Uses of Class
odata.msgraph.client.beta.complex.TeamworkDeviceSoftwareVersions
-
Packages that use TeamworkDeviceSoftwareVersions Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkDeviceSoftwareVersions in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkDeviceSoftwareVersions Modifier and Type Method Description TeamworkDeviceSoftwareVersionsTeamworkDeviceSoftwareVersions.Builder. build()TeamworkDeviceSoftwareVersionsTeamworkDeviceSoftwareVersions. withAdminAgentSoftwareVersion(String adminAgentSoftwareVersion)TeamworkDeviceSoftwareVersionsTeamworkDeviceSoftwareVersions. withFirmwareSoftwareVersion(String firmwareSoftwareVersion)TeamworkDeviceSoftwareVersionsTeamworkDeviceSoftwareVersions. withOperatingSystemSoftwareVersion(String operatingSystemSoftwareVersion)TeamworkDeviceSoftwareVersionsTeamworkDeviceSoftwareVersions. withPartnerAgentSoftwareVersion(String partnerAgentSoftwareVersion)TeamworkDeviceSoftwareVersionsTeamworkDeviceSoftwareVersions. withTeamsClientSoftwareVersion(String teamsClientSoftwareVersion)TeamworkDeviceSoftwareVersionsTeamworkDeviceSoftwareVersions. withUnmappedField(String name, String value) -
Uses of TeamworkDeviceSoftwareVersions in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkDeviceSoftwareVersions Modifier and Type Field Description protected TeamworkDeviceSoftwareVersionsTeamworkDeviceConfiguration. softwareVersionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkDeviceSoftwareVersions Modifier and Type Method Description Optional<TeamworkDeviceSoftwareVersions>TeamworkDeviceConfiguration. getSoftwareVersions()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkDeviceSoftwareVersions Modifier and Type Method Description TeamworkDeviceConfiguration.BuilderTeamworkDeviceConfiguration.Builder. softwareVersions(TeamworkDeviceSoftwareVersions softwareVersions)TeamworkDeviceConfigurationTeamworkDeviceConfiguration. withSoftwareVersions(TeamworkDeviceSoftwareVersions softwareVersions)
-