public class Group extends Object
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="{}short-description"/>
<element ref="{}description"/>
<element ref="{}relation-to-viewer"/>
<element ref="{}counts-by-category"/>
<element ref="{}is-open-to-non-members" minOccurs="0"/>
<element name="category" type="{}GroupCategory"/>
<element ref="{}site-group-url"/>
<element ref="{}contact-email"/>
<element ref="{}locale"/>
<element ref="{}allow-member-invites" minOccurs="0"/>
<element ref="{}small-logo-url"/>
<element ref="{}large-logo-url"/>
<element ref="{}posts"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowMemberInvites |
protected GroupCategory |
category |
protected String |
contactEmail |
protected CountsByCategory |
countsByCategory |
protected String |
description |
protected String |
id |
protected Boolean |
isOpenToNonMembers |
protected String |
largeLogoUrl |
protected String |
locale |
protected String |
name |
protected Posts |
posts |
protected RelationToViewer |
relationToViewer |
protected String |
shortDescription |
protected String |
siteGroupUrl |
protected String |
smallLogoUrl |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
GroupCategory |
getCategory()
Gets the value of the category property.
|
String |
getContactEmail()
Gets the value of the contactEmail property.
|
CountsByCategory |
getCountsByCategory()
Gets the value of the countsByCategory property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLargeLogoUrl()
Gets the value of the largeLogoUrl property.
|
String |
getLocale()
Gets the value of the locale property.
|
String |
getName()
Gets the value of the name property.
|
Posts |
getPosts()
Gets the value of the posts property.
|
RelationToViewer |
getRelationToViewer()
Gets the value of the relationToViewer property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
String |
getSiteGroupUrl()
Gets the value of the siteGroupUrl property.
|
String |
getSmallLogoUrl()
Gets the value of the smallLogoUrl property.
|
Boolean |
isAllowMemberInvites()
Gets the value of the allowMemberInvites property.
|
Boolean |
isIsOpenToNonMembers()
Gets the value of the isOpenToNonMembers property.
|
void |
setAllowMemberInvites(Boolean value)
Sets the value of the allowMemberInvites property.
|
void |
setCategory(GroupCategory value)
Sets the value of the category property.
|
void |
setContactEmail(String value)
Sets the value of the contactEmail property.
|
void |
setCountsByCategory(CountsByCategory value)
Sets the value of the countsByCategory property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsOpenToNonMembers(Boolean value)
Sets the value of the isOpenToNonMembers property.
|
void |
setLargeLogoUrl(String value)
Sets the value of the largeLogoUrl property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPosts(Posts value)
Sets the value of the posts property.
|
void |
setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer property.
|
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
void |
setSiteGroupUrl(String value)
Sets the value of the siteGroupUrl property.
|
void |
setSmallLogoUrl(String value)
Sets the value of the smallLogoUrl property.
|
protected String id
protected String name
protected String shortDescription
protected String description
protected RelationToViewer relationToViewer
protected CountsByCategory countsByCategory
protected Boolean isOpenToNonMembers
protected GroupCategory category
protected String siteGroupUrl
protected String contactEmail
protected String locale
protected Boolean allowMemberInvites
protected String smallLogoUrl
protected String largeLogoUrl
protected Posts posts
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic RelationToViewer getRelationToViewer()
RelationToViewerpublic void setRelationToViewer(RelationToViewer value)
value - allowed object is
RelationToViewerpublic CountsByCategory getCountsByCategory()
CountsByCategorypublic void setCountsByCategory(CountsByCategory value)
value - allowed object is
CountsByCategorypublic Boolean isIsOpenToNonMembers()
Booleanpublic void setIsOpenToNonMembers(Boolean value)
value - allowed object is
Booleanpublic GroupCategory getCategory()
GroupCategorypublic void setCategory(GroupCategory value)
value - allowed object is
GroupCategorypublic String getSiteGroupUrl()
Stringpublic void setSiteGroupUrl(String value)
value - allowed object is
Stringpublic String getContactEmail()
Stringpublic void setContactEmail(String value)
value - allowed object is
Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic Boolean isAllowMemberInvites()
Booleanpublic void setAllowMemberInvites(Boolean value)
value - allowed object is
Booleanpublic String getSmallLogoUrl()
Stringpublic void setSmallLogoUrl(String value)
value - allowed object is
Stringpublic String getLargeLogoUrl()
Stringpublic void setLargeLogoUrl(String value)
value - allowed object is
Stringpublic Posts getPosts()
PostsApache Camel