public class SsoIdentity extends APIObject
Java class for SsoIdentity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SsoIdentity">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="FederatedID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
federatedID |
protected Boolean |
isActive |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SsoIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFederatedID()
Gets the value of the federatedID property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
void |
setFederatedID(String value)
Sets the value of the federatedID property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeypublic String getFederatedID()
Stringpublic void setFederatedID(String value)
value - allowed object is
Stringpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.