public interface

MemberGroup

implements SchemaEntity
com.google.code.linkedinapi.schema.MemberGroup
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"/>
         <element ref="{}name"/>
         <element ref="{}site-group-request"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getId()
Gets the value of the id property.
abstract String getName()
Gets the value of the name property.
abstract SiteGroupRequest getSiteGroupRequest()
Gets the value of the siteGroupRequest property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setName(String value)
Sets the value of the name property.
abstract void setSiteGroupRequest(SiteGroupRequest value)
Sets the value of the siteGroupRequest property.

Public Methods

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public abstract SiteGroupRequest getSiteGroupRequest ()

Gets the value of the siteGroupRequest property.

Returns

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public abstract void setSiteGroupRequest (SiteGroupRequest value)

Sets the value of the siteGroupRequest property.

Parameters
value Allowed object is SiteGroupRequest