Uses of Class
odata.msgraph.client.beta.entity.TeamworkDevice
-
Packages that use TeamworkDevice Package Description odata.msgraph.client.beta.entity -
-
Uses of TeamworkDevice in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TeamworkDevice Modifier and Type Method Description TeamworkDeviceTeamworkDevice.Builder. build()TeamworkDeviceTeamworkDevice. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TeamworkDeviceTeamworkDevice. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TeamworkDeviceTeamworkDevice. withActivityState(TeamworkDeviceActivityState activityState)TeamworkDeviceTeamworkDevice. withCompanyAssetTag(String companyAssetTag)TeamworkDeviceTeamworkDevice. withCreatedBy(IdentitySet createdBy)TeamworkDeviceTeamworkDevice. withCreatedDateTime(OffsetDateTime createdDateTime)TeamworkDeviceTeamworkDevice. withCurrentUser(TeamworkUserIdentity currentUser)TeamworkDeviceTeamworkDevice. withDeviceType(TeamworkDeviceType deviceType)TeamworkDeviceTeamworkDevice. withHardwareDetail(TeamworkHardwareDetail hardwareDetail)TeamworkDeviceTeamworkDevice. withHealthStatus(TeamworkDeviceHealthStatus healthStatus)TeamworkDeviceTeamworkDevice. withLastModifiedBy(IdentitySet lastModifiedBy)TeamworkDeviceTeamworkDevice. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TeamworkDeviceTeamworkDevice. withNotes(String notes)TeamworkDeviceTeamworkDevice. withUnmappedField(String name, String value)
-