public class

SiteGroupRequestImpl

extends BaseSchemaEntity
implements SiteGroupRequest
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.SiteGroupRequestImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected HeadersImpl headers
protected String url
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
SiteGroupRequestImpl()
Public Methods
Headers getHeaders()
Gets the value of the headers property.
String getUrl()
Gets the value of the url property.
void init(XmlPullParser parser)
Inits the.
void setHeaders(Headers value)
Sets the value of the headers property.
void setUrl(String value)
Sets the value of the url property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.SiteGroupRequest

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected HeadersImpl headers

protected String url

Public Constructors

public SiteGroupRequestImpl ()

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 init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

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

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException