Uses of Class
odata.msgraph.client.beta.entity.TeamworkDeviceHealth
-
Packages that use TeamworkDeviceHealth Package Description odata.msgraph.client.beta.entity -
-
Uses of TeamworkDeviceHealth in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TeamworkDeviceHealth Modifier and Type Method Description TeamworkDeviceHealthTeamworkDeviceHealth.Builder. build()TeamworkDeviceHealthTeamworkDeviceHealth. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TeamworkDeviceHealthTeamworkDeviceHealth. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TeamworkDeviceHealthTeamworkDeviceHealth. withConnection(TeamworkConnection connection)TeamworkDeviceHealthTeamworkDeviceHealth. withCreatedBy(IdentitySet createdBy)TeamworkDeviceHealthTeamworkDeviceHealth. withCreatedDateTime(OffsetDateTime createdDateTime)TeamworkDeviceHealthTeamworkDeviceHealth. withHardwareHealth(TeamworkHardwareHealth hardwareHealth)TeamworkDeviceHealthTeamworkDeviceHealth. withLastModifiedBy(IdentitySet lastModifiedBy)TeamworkDeviceHealthTeamworkDeviceHealth. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TeamworkDeviceHealthTeamworkDeviceHealth. withLoginStatus(TeamworkLoginStatus loginStatus)TeamworkDeviceHealthTeamworkDeviceHealth. withPeripheralsHealth(TeamworkPeripheralsHealth peripheralsHealth)TeamworkDeviceHealthTeamworkDeviceHealth. withSoftwareUpdateHealth(TeamworkSoftwareUpdateHealth softwareUpdateHealth)TeamworkDeviceHealthTeamworkDeviceHealth. withUnmappedField(String name, String value)
-