public interface

Content

implements SchemaEntity
com.google.code.linkedinapi.schema.Content
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="{}id" minOccurs="0"/>
         <element ref="{}title"/>
         <element ref="{}submitted-url"/>
         <element ref="{}shortened-url" minOccurs="0"/>
         <element ref="{}submitted-image-url"/>
         <element ref="{}thumbnail-url" minOccurs="0"/>
         <element ref="{}resolved-url" minOccurs="0"/>
         <element ref="{}eyebrow-url" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getEyebrowUrl()
Gets the value of the eyebrowUrl property.
abstract String getId()
Gets the value of the id property.
abstract String getResolvedUrl()
Gets the value of the resolvedUrl property.
abstract String getShortenedUrl()
Gets the value of the shortenedUrl property.
abstract String getSubmittedImageUrl()
Gets the value of the submittedImageUrl property.
abstract String getSubmittedUrl()
Gets the value of the submittedUrl property.
abstract String getThumbnailUrl()
Gets the value of the thumbnailUrl property.
abstract String getTitle()
Gets the value of the title property.
abstract void setEyebrowUrl(String value)
Sets the value of the eyebrowUrl property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setResolvedUrl(String value)
Sets the value of the resolvedUrl property.
abstract void setShortenedUrl(String value)
Sets the value of the shortenedUrl property.
abstract void setSubmittedImageUrl(String value)
Sets the value of the submittedImageUrl property.
abstract void setSubmittedUrl(String value)
Sets the value of the submittedUrl property.
abstract void setThumbnailUrl(String value)
Sets the value of the thumbnailUrl property.
abstract void setTitle(String value)
Sets the value of the title property.

Public Methods

public abstract String getEyebrowUrl ()

Gets the value of the eyebrowUrl property.

Returns
  • possible object is String

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract String getResolvedUrl ()

Gets the value of the resolvedUrl property.

Returns
  • possible object is String

public abstract String getShortenedUrl ()

Gets the value of the shortenedUrl property.

Returns
  • possible object is String

public abstract String getSubmittedImageUrl ()

Gets the value of the submittedImageUrl property.

Returns
  • possible object is String

public abstract String getSubmittedUrl ()

Gets the value of the submittedUrl property.

Returns
  • possible object is String

public abstract String getThumbnailUrl ()

Gets the value of the thumbnailUrl property.

Returns
  • possible object is String

public abstract String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public abstract void setEyebrowUrl (String value)

Sets the value of the eyebrowUrl property.

Parameters
value Allowed object is String

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setResolvedUrl (String value)

Sets the value of the resolvedUrl property.

Parameters
value Allowed object is String

public abstract void setShortenedUrl (String value)

Sets the value of the shortenedUrl property.

Parameters
value Allowed object is String

public abstract void setSubmittedImageUrl (String value)

Sets the value of the submittedImageUrl property.

Parameters
value Allowed object is String

public abstract void setSubmittedUrl (String value)

Sets the value of the submittedUrl property.

Parameters
value Allowed object is String

public abstract void setThumbnailUrl (String value)

Sets the value of the thumbnailUrl property.

Parameters
value Allowed object is String

public abstract void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String