Uses of Class
odata.msgraph.client.beta.entity.NdesConnector
-
Packages that use NdesConnector Package Description odata.msgraph.client.beta.entity -
-
Uses of NdesConnector in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return NdesConnector Modifier and Type Method Description NdesConnectorNdesConnector.Builder. build()NdesConnectorNdesConnector. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.NdesConnectorNdesConnector. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).NdesConnectorNdesConnector. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.NdesConnectorNdesConnector. withLastConnectionDateTime(OffsetDateTime lastConnectionDateTime)Returns an immutable copy ofthiswith just thelastConnectionDateTimefield changed.NdesConnectorNdesConnector. withState(NdesConnectorState state)Returns an immutable copy ofthiswith just thestatefield changed.NdesConnectorNdesConnector. withUnmappedField(String name, String value)
-