Uses of Class
odata.msgraph.client.beta.entity.SocialIdentityProvider
-
Packages that use SocialIdentityProvider Package Description odata.msgraph.client.beta.entity -
-
Uses of SocialIdentityProvider in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SocialIdentityProvider Modifier and Type Method Description SocialIdentityProviderSocialIdentityProvider.Builder. build()SocialIdentityProviderSocialIdentityProvider. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SocialIdentityProviderSocialIdentityProvider. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SocialIdentityProviderSocialIdentityProvider. withClientId(String clientId)SocialIdentityProviderSocialIdentityProvider. withClientSecret(String clientSecret)SocialIdentityProviderSocialIdentityProvider. withIdentityProviderType(String identityProviderType)SocialIdentityProviderSocialIdentityProvider. withUnmappedField(String name, String value)
-