public interface

TwitterAccount

implements SchemaEntity
com.google.code.linkedinapi.schema.TwitterAccount
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract Long getProviderAccountId()
Gets the value of the providerAccountId property.
abstract String getProviderAccountName()
Gets the value of the providerAccountName property.
abstract void setProviderAccountId(Long value)
Sets the value of the providerAccountId property.
abstract void setProviderAccountName(String value)
Sets the value of the providerAccountName property.

Public Methods

public abstract Long getProviderAccountId ()

Gets the value of the providerAccountId property.

Returns
  • possible object is String

public abstract String getProviderAccountName ()

Gets the value of the providerAccountName property.

Returns
  • possible object is String

public abstract void setProviderAccountId (Long value)

Sets the value of the providerAccountId property.

Parameters
value Allowed object is String

public abstract void setProviderAccountName (String value)

Sets the value of the providerAccountName property.

Parameters
value Allowed object is String