Uses of Class
odata.msgraph.client.beta.entity.TeamworkDeviceOperation
-
Packages that use TeamworkDeviceOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of TeamworkDeviceOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TeamworkDeviceOperation Modifier and Type Method Description TeamworkDeviceOperationTeamworkDeviceOperation.Builder. build()TeamworkDeviceOperationTeamworkDeviceOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TeamworkDeviceOperationTeamworkDeviceOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TeamworkDeviceOperationTeamworkDeviceOperation. withCompletedDateTime(OffsetDateTime completedDateTime)TeamworkDeviceOperationTeamworkDeviceOperation. withCreatedBy(IdentitySet createdBy)TeamworkDeviceOperationTeamworkDeviceOperation. withCreatedDateTime(OffsetDateTime createdDateTime)TeamworkDeviceOperationTeamworkDeviceOperation. withError(OperationError error)TeamworkDeviceOperationTeamworkDeviceOperation. withLastActionBy(IdentitySet lastActionBy)TeamworkDeviceOperationTeamworkDeviceOperation. withLastActionDateTime(OffsetDateTime lastActionDateTime)TeamworkDeviceOperationTeamworkDeviceOperation. withOperationType(TeamworkDeviceOperationType operationType)TeamworkDeviceOperationTeamworkDeviceOperation. withStartedDateTime(OffsetDateTime startedDateTime)TeamworkDeviceOperationTeamworkDeviceOperation. withStatus(String status)TeamworkDeviceOperationTeamworkDeviceOperation. withUnmappedField(String name, String value)
-