com.google.code.linkedinapi.schema
Interface TwitterAccount

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
TwitterAccountImpl, TwitterAccountImpl

public interface TwitterAccount
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}provider-account-id"/>
         <element ref="{}provider-account-name"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Long getProviderAccountId()
          Gets the value of the providerAccountId property.
 java.lang.String getProviderAccountName()
          Gets the value of the providerAccountName property.
 void setProviderAccountId(java.lang.Long value)
          Sets the value of the providerAccountId property.
 void setProviderAccountName(java.lang.String value)
          Sets the value of the providerAccountName property.
 

Method Detail

getProviderAccountId

java.lang.Long getProviderAccountId()
Gets the value of the providerAccountId property.

Returns:
possible object is String

setProviderAccountId

void setProviderAccountId(java.lang.Long value)
Sets the value of the providerAccountId property.

Parameters:
value - allowed object is String

getProviderAccountName

java.lang.String getProviderAccountName()
Gets the value of the providerAccountName property.

Returns:
possible object is String

setProviderAccountName

void setProviderAccountName(java.lang.String value)
Sets the value of the providerAccountName property.

Parameters:
value - allowed object is String