public class ContactSocialConnection extends Object implements Serializable
Java class for contactSocialConnection complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected IdentityProvider |
identityProvider |
protected String |
providerUserReference |
Constructor and Description |
---|
ContactSocialConnection() |
Modifier and Type | Method and Description |
---|---|
IdentityProvider |
getIdentityProvider()
Gets the value of the identityProvider property.
|
String |
getProviderUserReference()
Gets the value of the providerUserReference property.
|
void |
setIdentityProvider(IdentityProvider value)
Sets the value of the identityProvider property.
|
void |
setProviderUserReference(String value)
Sets the value of the providerUserReference property.
|
protected IdentityProvider identityProvider
protected String providerUserReference
public IdentityProvider getIdentityProvider()
IdentityProvider
public void setIdentityProvider(IdentityProvider value)
value
- allowed object is
IdentityProvider
public String getProviderUserReference()
String
Copyright © 2021. All rights reserved.