public interface

SiteStandardProfileRequest

implements SchemaEntity
com.google.code.linkedinapi.schema.SiteStandardProfileRequest
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="{}url"/>
         <element ref="{}headers" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Headers getHeaders()
Gets the value of the headers property.
abstract String getUrl()
Gets the value of the url property.
abstract void setHeaders(Headers value)
Sets the value of the headers property.
abstract void setUrl(String value)
Sets the value of the url property.

Public Methods

public abstract Headers getHeaders ()

Gets the value of the headers property.

Returns

public abstract String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public abstract void setHeaders (Headers value)

Sets the value of the headers property.

Parameters
value Allowed object is Headers

public abstract void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String