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