Uses of Class
odata.msgraph.client.beta.entity.ConnectionOperation
-
Packages that use ConnectionOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of ConnectionOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ConnectionOperation Modifier and Type Method Description ConnectionOperationConnectionOperation.Builder. build()ConnectionOperationConnectionOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConnectionOperationConnectionOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConnectionOperationConnectionOperation. withError(PublicError error)ConnectionOperationConnectionOperation. withStatus(ConnectionOperationStatus status)ConnectionOperationConnectionOperation. withUnmappedField(String name, String value)
-