Uses of Class
odata.msgraph.client.beta.complex.TeamworkPeripheralsHealth
-
Packages that use TeamworkPeripheralsHealth Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkPeripheralsHealth in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkPeripheralsHealth Modifier and Type Method Description TeamworkPeripheralsHealthTeamworkPeripheralsHealth.Builder. build()TeamworkPeripheralsHealthTeamworkPeripheralsHealth. withCommunicationSpeakerHealth(TeamworkPeripheralHealth communicationSpeakerHealth)TeamworkPeripheralsHealthTeamworkPeripheralsHealth. withContentCameraHealth(TeamworkPeripheralHealth contentCameraHealth)TeamworkPeripheralsHealthTeamworkPeripheralsHealth. withMicrophoneHealth(TeamworkPeripheralHealth microphoneHealth)TeamworkPeripheralsHealthTeamworkPeripheralsHealth. withRoomCameraHealth(TeamworkPeripheralHealth roomCameraHealth)TeamworkPeripheralsHealthTeamworkPeripheralsHealth. withSpeakerHealth(TeamworkPeripheralHealth speakerHealth)TeamworkPeripheralsHealthTeamworkPeripheralsHealth. withUnmappedField(String name, String value) -
Uses of TeamworkPeripheralsHealth in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkPeripheralsHealth Modifier and Type Field Description protected TeamworkPeripheralsHealthTeamworkDeviceHealth. peripheralsHealthMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkPeripheralsHealth Modifier and Type Method Description Optional<TeamworkPeripheralsHealth>TeamworkDeviceHealth. getPeripheralsHealth()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkPeripheralsHealth Modifier and Type Method Description TeamworkDeviceHealth.BuilderTeamworkDeviceHealth.Builder. peripheralsHealth(TeamworkPeripheralsHealth peripheralsHealth)TeamworkDeviceHealthTeamworkDeviceHealth. withPeripheralsHealth(TeamworkPeripheralsHealth peripheralsHealth)
-