public class

SiteStandardProfileRequestImpl

extends Object
implements SiteStandardProfileRequest Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.SiteStandardProfileRequestImpl

Summary

Constants
long serialVersionUID
Fields
protected HeadersImpl headers
protected String url
Public Constructors
SiteStandardProfileRequestImpl()
Public Methods
Headers getHeaders()
Gets the value of the headers property.
String getUrl()
Gets the value of the url property.
void setHeaders(Headers value)
Sets the value of the headers property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.SiteStandardProfileRequest

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected HeadersImpl headers

protected String url

Public Constructors

public SiteStandardProfileRequestImpl ()

Public Methods

public Headers getHeaders ()

Gets the value of the headers property.

Returns

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setHeaders (Headers value)

Sets the value of the headers property.

Parameters
value Allowed object is Headers

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String