public class ContactSocialConnection extends Object
Java class for contactSocialConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactSocialConnection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identityProvider" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}identityProvider" minOccurs="0"/>
<element name="providerUserReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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()
IdentityProviderpublic void setIdentityProvider(IdentityProvider value)
value - allowed object is
IdentityProviderpublic String getProviderUserReference()
StringCopyright © 2021. All rights reserved.