Uses of Class
odata.msgraph.client.beta.entity.IdentityApiConnector
-
Packages that use IdentityApiConnector Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of IdentityApiConnector in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return IdentityApiConnector Modifier and Type Method Description IdentityApiConnectorIdentityApiConnector.Builder. build()IdentityApiConnectorIdentityApiConnector. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.IdentityApiConnectorIdentityApiConnector. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).IdentityApiConnectorIdentityApiConnector. withAuthenticationConfiguration(ApiAuthenticationConfigurationBase authenticationConfiguration)IdentityApiConnectorIdentityApiConnector. withDisplayName(String displayName)IdentityApiConnectorIdentityApiConnector. withTargetUrl(String targetUrl)IdentityApiConnectorIdentityApiConnector. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type IdentityApiConnector Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<IdentityApiConnector>IdentityApiConnector. uploadClientCertificate(String pkcs12Value, String password) -
Uses of IdentityApiConnector in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type IdentityApiConnector Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<IdentityApiConnector>IdentityApiConnectorRequest. uploadClientCertificate(String pkcs12Value, String password)
-