Uses of Class
odata.msgraph.client.beta.entity.TeamsAsyncOperation
-
Packages that use TeamsAsyncOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of TeamsAsyncOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TeamsAsyncOperation Modifier and Type Method Description TeamsAsyncOperationTeamsAsyncOperation.Builder. build()TeamsAsyncOperationTeamsAsyncOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TeamsAsyncOperationTeamsAsyncOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TeamsAsyncOperationTeamsAsyncOperation. withAttemptsCount(Integer attemptsCount)TeamsAsyncOperationTeamsAsyncOperation. withCreatedDateTime(OffsetDateTime createdDateTime)TeamsAsyncOperationTeamsAsyncOperation. withError(OperationError error)TeamsAsyncOperationTeamsAsyncOperation. withLastActionDateTime(OffsetDateTime lastActionDateTime)TeamsAsyncOperationTeamsAsyncOperation. withOperationType(TeamsAsyncOperationType operationType)TeamsAsyncOperationTeamsAsyncOperation. withStatus(TeamsAsyncOperationStatus status)TeamsAsyncOperationTeamsAsyncOperation. withTargetResourceId(String targetResourceId)TeamsAsyncOperationTeamsAsyncOperation. withTargetResourceLocation(String targetResourceLocation)TeamsAsyncOperationTeamsAsyncOperation. withUnmappedField(String name, String value)
-