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, setPartnerKey
public String getFederatedID()
String
public void setFederatedID(String value)
value
- allowed object is
String
public Boolean getIsActive()
Boolean
public void setIsActive(Boolean value)
value
- allowed object is
Boolean
Copyright © 2017. All rights reserved.