Uses of Class
microsoft.graph.externalconnectors.entity.ExternalConnection
-
Packages that use ExternalConnection Package Description microsoft.graph.externalconnectors.entity -
-
Uses of ExternalConnection in microsoft.graph.externalconnectors.entity
Methods in microsoft.graph.externalconnectors.entity that return ExternalConnection Modifier and Type Method Description ExternalConnectionExternalConnection.Builder. build()ExternalConnectionExternalConnection. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExternalConnectionExternalConnection. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExternalConnectionExternalConnection. withConfiguration(Configuration configuration)ExternalConnectionExternalConnection. withConnectorId(String connectorId)ExternalConnectionExternalConnection. withDescription(String description)ExternalConnectionExternalConnection. withName(String name)ExternalConnectionExternalConnection. withSearchSettings(SearchSettings searchSettings)ExternalConnectionExternalConnection. withState(ConnectionState state)ExternalConnectionExternalConnection. withUnmappedField(String name, String value)
-