public interface

Activity

implements SchemaEntity
com.google.code.linkedinapi.schema.Activity
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="{}timestamp" minOccurs="0"/>
         <element ref="{}content-type" minOccurs="0"/>
         <element ref="{}body"/>
         <element ref="{}app-id" minOccurs="0"/>
       </sequence>
       <attribute name="locale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getAppId()
Gets the value of the appId property.
abstract String getBody()
Gets the value of the body property.
abstract NetworkUpdateContentType getContentType()
Gets the value of the contentType property.
abstract String getLocale()
Gets the value of the locale property.
abstract Long getTimestamp()
Gets the value of the timestamp property.
abstract void setAppId(String value)
Sets the value of the appId property.
abstract void setBody(String value)
Sets the value of the body property.
abstract void setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property.
abstract void setLocale(String value)
Sets the value of the locale property.
abstract void setTimestamp(Long value)
Sets the value of the timestamp property.

Public Methods

public abstract String getAppId ()

Gets the value of the appId property.

Returns
  • possible object is String

public abstract String getBody ()

Gets the value of the body property.

Returns
  • possible object is String

public abstract NetworkUpdateContentType getContentType ()

Gets the value of the contentType property.

Returns

public abstract String getLocale ()

Gets the value of the locale property.

Returns
  • possible object is String

public abstract Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public abstract void setAppId (String value)

Sets the value of the appId property.

Parameters
value Allowed object is String

public abstract void setBody (String value)

Sets the value of the body property.

Parameters
value Allowed object is String

public abstract void setContentType (NetworkUpdateContentType value)

Sets the value of the contentType property.

Parameters
value Allowed object is NetworkUpdateContentType

public abstract void setLocale (String value)

Sets the value of the locale property.

Parameters
value Allowed object is String

public abstract void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String