Uses of Class
odata.msgraph.client.beta.complex.TeamworkHardwareHealth
-
Packages that use TeamworkHardwareHealth Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkHardwareHealth in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkHardwareHealth Modifier and Type Method Description TeamworkHardwareHealthTeamworkHardwareHealth.Builder. build()TeamworkHardwareHealthTeamworkHardwareHealth. withComputeHealth(TeamworkPeripheralHealth computeHealth)TeamworkHardwareHealthTeamworkHardwareHealth. withHdmiIngestHealth(TeamworkPeripheralHealth hdmiIngestHealth)TeamworkHardwareHealthTeamworkHardwareHealth. withUnmappedField(String name, String value) -
Uses of TeamworkHardwareHealth in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkHardwareHealth Modifier and Type Field Description protected TeamworkHardwareHealthTeamworkDeviceHealth. hardwareHealthMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkHardwareHealth Modifier and Type Method Description Optional<TeamworkHardwareHealth>TeamworkDeviceHealth. getHardwareHealth()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkHardwareHealth Modifier and Type Method Description TeamworkDeviceHealth.BuilderTeamworkDeviceHealth.Builder. hardwareHealth(TeamworkHardwareHealth hardwareHealth)TeamworkDeviceHealthTeamworkDeviceHealth. withHardwareHealth(TeamworkHardwareHealth hardwareHealth)
-