Uses of Class
odata.msgraph.client.beta.entity.Operation
-
Packages that use Operation Package Description odata.msgraph.client.beta.entity -
-
Uses of Operation in odata.msgraph.client.beta.entity
Subclasses of Operation in odata.msgraph.client.beta.entity Modifier and Type Class Description classOnenoteOperationMethods in odata.msgraph.client.beta.entity that return Operation Modifier and Type Method Description OperationOperation.Builder. build()OperationOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OperationOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OperationOperation. withCreatedDateTime(OffsetDateTime createdDateTime)OperationOperation. withLastActionDateTime(OffsetDateTime lastActionDateTime)OperationOperation. withStatus(OperationStatus status)OperationOperation. withUnmappedField(String name, String value)
-