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
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getShortDescription()
String
public void setShortDescription(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public RelationToViewer getRelationToViewer()
RelationToViewer
public void setRelationToViewer(RelationToViewer value)
value
- allowed object is
RelationToViewer
public CountsByCategory getCountsByCategory()
CountsByCategory
public void setCountsByCategory(CountsByCategory value)
value
- allowed object is
CountsByCategory
public Boolean isIsOpenToNonMembers()
Boolean
public void setIsOpenToNonMembers(Boolean value)
value
- allowed object is
Boolean
public GroupCategory getCategory()
GroupCategory
public void setCategory(GroupCategory value)
value
- allowed object is
GroupCategory
public String getSiteGroupUrl()
String
public void setSiteGroupUrl(String value)
value
- allowed object is
String
public String getContactEmail()
String
public void setContactEmail(String value)
value
- allowed object is
String
public String getLocale()
String
public void setLocale(String value)
value
- allowed object is
String
public Boolean isAllowMemberInvites()
Boolean
public void setAllowMemberInvites(Boolean value)
value
- allowed object is
Boolean
public String getSmallLogoUrl()
String
public void setSmallLogoUrl(String value)
value
- allowed object is
String
public String getLargeLogoUrl()
String
public void setLargeLogoUrl(String value)
value
- allowed object is
String
public Posts getPosts()
Posts
Apache Camel