Uses of Class
odata.msgraph.client.beta.entity.ExternalConnection
-
Packages that use ExternalConnection Package Description odata.msgraph.client.beta.entity -
-
Uses of ExternalConnection in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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. withDescription(String description)ExternalConnectionExternalConnection. withName(String name)ExternalConnectionExternalConnection. withState(ConnectionState state)ExternalConnectionExternalConnection. withUnmappedField(String name, String value)
-