Uses of Class
microsoft.graph.externalconnectors.entity.ConnectionOperation
-
Packages that use ConnectionOperation Package Description microsoft.graph.externalconnectors.entity -
-
Uses of ConnectionOperation in microsoft.graph.externalconnectors.entity
Methods in microsoft.graph.externalconnectors.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)
-