public final class Groups
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Groups Settings API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Groups() |
| Modifier and Type | Method and Description |
|---|---|
Groups |
clone() |
String |
getAllowExternalMembers()
Identifies whether members external to your organization can join the group.
|
String |
getAllowGoogleCommunication()
Deprecated.
|
String |
getAllowWebPosting()
Allows posting from web.
|
String |
getArchiveOnly()
Allows the group to be archived only.
|
String |
getCustomFooterText()
Set the content of custom footer text.
|
String |
getCustomReplyTo()
An email address used when replying to a message if the replyTo property is set to
REPLY_TO_CUSTOM.
|
String |
getCustomRolesEnabledForSettingsToBeMerged()
Specifies whether the group has a custom role that's included in one of the settings being
merged.
|
String |
getDefaultMessageDenyNotificationText()
When a message is rejected, this is text for the rejection notification sent to the message's
author.
|
String |
getDefaultSender()
Default sender for members who can post messages as the group.
|
String |
getDescription()
Description of the group.
|
String |
getEmail()
The group's email address.
|
String |
getEnableCollaborativeInbox()
Specifies whether a collaborative inbox will remain turned on for the group.
|
String |
getFavoriteRepliesOnTop()
Indicates if favorite replies should be displayed above other replies.
|
String |
getIncludeCustomFooter()
Whether to include custom footer.
|
String |
getIncludeInGlobalAddressList()
Enables the group to be included in the Global Address List.
|
String |
getIsArchived()
Allows the Group contents to be archived.
|
String |
getKind()
The type of the resource.
|
Integer |
getMaxMessageBytes()
Deprecated.
|
String |
getMembersCanPostAsTheGroup()
Enables members to post messages as the group.
|
String |
getMessageDisplayFont()
Deprecated.
|
String |
getMessageModerationLevel()
Moderation level of incoming messages.
|
String |
getName()
Name of the group, which has a maximum size of 75 characters.
|
String |
getPrimaryLanguage()
The primary language for group.
|
String |
getReplyTo()
Specifies who receives the default reply.
|
String |
getSendMessageDenyNotification()
Allows a member to be notified if the member's message to the group is denied by the group
owner.
|
String |
getShowInGroupDirectory()
Deprecated.
|
String |
getSpamModerationLevel()
Specifies moderation levels for messages detected as spam.
|
String |
getWhoCanAdd()
Deprecated.
|
String |
getWhoCanAddReferences()
Deprecated.
|
String |
getWhoCanApproveMembers()
Specifies who can approve members who ask to join groups.
|
String |
getWhoCanApproveMessages()
Deprecated.
|
String |
getWhoCanAssignTopics()
Deprecated.
|
String |
getWhoCanAssistContent()
Specifies who can moderate metadata.
|
String |
getWhoCanBanUsers()
Specifies who can deny membership to users.
|
String |
getWhoCanContactOwner()
Permission to contact owner of the group via web UI.
|
String |
getWhoCanDeleteAnyPost()
Deprecated.
|
String |
getWhoCanDeleteTopics()
Deprecated.
|
String |
getWhoCanDiscoverGroup()
Specifies the set of users for whom this group is discoverable.
|
String |
getWhoCanEnterFreeFormTags()
Deprecated.
|
String |
getWhoCanHideAbuse()
Deprecated.
|
String |
getWhoCanInvite()
Deprecated.
|
String |
getWhoCanJoin()
Permission to join group.
|
String |
getWhoCanLeaveGroup()
Permission to leave the group.
|
String |
getWhoCanLockTopics()
Deprecated.
|
String |
getWhoCanMakeTopicsSticky()
Deprecated.
|
String |
getWhoCanMarkDuplicate()
Deprecated.
|
String |
getWhoCanMarkFavoriteReplyOnAnyTopic()
Deprecated.
|
String |
getWhoCanMarkFavoriteReplyOnOwnTopic()
Deprecated.
|
String |
getWhoCanMarkNoResponseNeeded()
Deprecated.
|
String |
getWhoCanModerateContent()
Specifies who can moderate content.
|
String |
getWhoCanModerateMembers()
Specifies who can manage members.
|
String |
getWhoCanModifyMembers()
Deprecated.
|
String |
getWhoCanModifyTagsAndCategories()
Deprecated.
|
String |
getWhoCanMoveTopicsIn()
Deprecated.
|
String |
getWhoCanMoveTopicsOut()
Deprecated.
|
String |
getWhoCanPostAnnouncements()
Deprecated.
|
String |
getWhoCanPostMessage()
Permissions to post messages.
|
String |
getWhoCanTakeTopics()
Deprecated.
|
String |
getWhoCanUnassignTopic()
Deprecated.
|
String |
getWhoCanUnmarkFavoriteReplyOnAnyTopic()
Deprecated.
|
String |
getWhoCanViewGroup()
Permissions to view group messages.
|
String |
getWhoCanViewMembership()
Permissions to view membership.
|
Groups |
set(String fieldName,
Object value) |
Groups |
setAllowExternalMembers(String allowExternalMembers)
Identifies whether members external to your organization can join the group.
|
Groups |
setAllowGoogleCommunication(String allowGoogleCommunication)
Deprecated.
|
Groups |
setAllowWebPosting(String allowWebPosting)
Allows posting from web.
|
Groups |
setArchiveOnly(String archiveOnly)
Allows the group to be archived only.
|
Groups |
setCustomFooterText(String customFooterText)
Set the content of custom footer text.
|
Groups |
setCustomReplyTo(String customReplyTo)
An email address used when replying to a message if the replyTo property is set to
REPLY_TO_CUSTOM.
|
Groups |
setCustomRolesEnabledForSettingsToBeMerged(String customRolesEnabledForSettingsToBeMerged)
Specifies whether the group has a custom role that's included in one of the settings being
merged.
|
Groups |
setDefaultMessageDenyNotificationText(String defaultMessageDenyNotificationText)
When a message is rejected, this is text for the rejection notification sent to the message's
author.
|
Groups |
setDefaultSender(String defaultSender)
Default sender for members who can post messages as the group.
|
Groups |
setDescription(String description)
Description of the group.
|
Groups |
setEmail(String email)
The group's email address.
|
Groups |
setEnableCollaborativeInbox(String enableCollaborativeInbox)
Specifies whether a collaborative inbox will remain turned on for the group.
|
Groups |
setFavoriteRepliesOnTop(String favoriteRepliesOnTop)
Indicates if favorite replies should be displayed above other replies.
|
Groups |
setIncludeCustomFooter(String includeCustomFooter)
Whether to include custom footer.
|
Groups |
setIncludeInGlobalAddressList(String includeInGlobalAddressList)
Enables the group to be included in the Global Address List.
|
Groups |
setIsArchived(String isArchived)
Allows the Group contents to be archived.
|
Groups |
setKind(String kind)
The type of the resource.
|
Groups |
setMaxMessageBytes(Integer maxMessageBytes)
Deprecated.
|
Groups |
setMembersCanPostAsTheGroup(String membersCanPostAsTheGroup)
Enables members to post messages as the group.
|
Groups |
setMessageDisplayFont(String messageDisplayFont)
Deprecated.
|
Groups |
setMessageModerationLevel(String messageModerationLevel)
Moderation level of incoming messages.
|
Groups |
setName(String name)
Name of the group, which has a maximum size of 75 characters.
|
Groups |
setPrimaryLanguage(String primaryLanguage)
The primary language for group.
|
Groups |
setReplyTo(String replyTo)
Specifies who receives the default reply.
|
Groups |
setSendMessageDenyNotification(String sendMessageDenyNotification)
Allows a member to be notified if the member's message to the group is denied by the group
owner.
|
Groups |
setShowInGroupDirectory(String showInGroupDirectory)
Deprecated.
|
Groups |
setSpamModerationLevel(String spamModerationLevel)
Specifies moderation levels for messages detected as spam.
|
Groups |
setWhoCanAdd(String whoCanAdd)
Deprecated.
|
Groups |
setWhoCanAddReferences(String whoCanAddReferences)
Deprecated.
|
Groups |
setWhoCanApproveMembers(String whoCanApproveMembers)
Specifies who can approve members who ask to join groups.
|
Groups |
setWhoCanApproveMessages(String whoCanApproveMessages)
Deprecated.
|
Groups |
setWhoCanAssignTopics(String whoCanAssignTopics)
Deprecated.
|
Groups |
setWhoCanAssistContent(String whoCanAssistContent)
Specifies who can moderate metadata.
|
Groups |
setWhoCanBanUsers(String whoCanBanUsers)
Specifies who can deny membership to users.
|
Groups |
setWhoCanContactOwner(String whoCanContactOwner)
Permission to contact owner of the group via web UI.
|
Groups |
setWhoCanDeleteAnyPost(String whoCanDeleteAnyPost)
Deprecated.
|
Groups |
setWhoCanDeleteTopics(String whoCanDeleteTopics)
Deprecated.
|
Groups |
setWhoCanDiscoverGroup(String whoCanDiscoverGroup)
Specifies the set of users for whom this group is discoverable.
|
Groups |
setWhoCanEnterFreeFormTags(String whoCanEnterFreeFormTags)
Deprecated.
|
Groups |
setWhoCanHideAbuse(String whoCanHideAbuse)
Deprecated.
|
Groups |
setWhoCanInvite(String whoCanInvite)
Deprecated.
|
Groups |
setWhoCanJoin(String whoCanJoin)
Permission to join group.
|
Groups |
setWhoCanLeaveGroup(String whoCanLeaveGroup)
Permission to leave the group.
|
Groups |
setWhoCanLockTopics(String whoCanLockTopics)
Deprecated.
|
Groups |
setWhoCanMakeTopicsSticky(String whoCanMakeTopicsSticky)
Deprecated.
|
Groups |
setWhoCanMarkDuplicate(String whoCanMarkDuplicate)
Deprecated.
|
Groups |
setWhoCanMarkFavoriteReplyOnAnyTopic(String whoCanMarkFavoriteReplyOnAnyTopic)
Deprecated.
|
Groups |
setWhoCanMarkFavoriteReplyOnOwnTopic(String whoCanMarkFavoriteReplyOnOwnTopic)
Deprecated.
|
Groups |
setWhoCanMarkNoResponseNeeded(String whoCanMarkNoResponseNeeded)
Deprecated.
|
Groups |
setWhoCanModerateContent(String whoCanModerateContent)
Specifies who can moderate content.
|
Groups |
setWhoCanModerateMembers(String whoCanModerateMembers)
Specifies who can manage members.
|
Groups |
setWhoCanModifyMembers(String whoCanModifyMembers)
Deprecated.
|
Groups |
setWhoCanModifyTagsAndCategories(String whoCanModifyTagsAndCategories)
Deprecated.
|
Groups |
setWhoCanMoveTopicsIn(String whoCanMoveTopicsIn)
Deprecated.
|
Groups |
setWhoCanMoveTopicsOut(String whoCanMoveTopicsOut)
Deprecated.
|
Groups |
setWhoCanPostAnnouncements(String whoCanPostAnnouncements)
Deprecated.
|
Groups |
setWhoCanPostMessage(String whoCanPostMessage)
Permissions to post messages.
|
Groups |
setWhoCanTakeTopics(String whoCanTakeTopics)
Deprecated.
|
Groups |
setWhoCanUnassignTopic(String whoCanUnassignTopic)
Deprecated.
|
Groups |
setWhoCanUnmarkFavoriteReplyOnAnyTopic(String whoCanUnmarkFavoriteReplyOnAnyTopic)
Deprecated.
|
Groups |
setWhoCanViewGroup(String whoCanViewGroup)
Permissions to view group messages.
|
Groups |
setWhoCanViewMembership(String whoCanViewMembership)
Permissions to view membership.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAllowExternalMembers()
null for nonepublic Groups setAllowExternalMembers(String allowExternalMembers)
allowExternalMembers - allowExternalMembers or null for nonepublic String getAllowGoogleCommunication()
null for nonepublic Groups setAllowGoogleCommunication(String allowGoogleCommunication)
allowGoogleCommunication - allowGoogleCommunication or null for nonepublic String getAllowWebPosting()
null for nonepublic Groups setAllowWebPosting(String allowWebPosting)
allowWebPosting - allowWebPosting or null for nonepublic String getArchiveOnly()
null for nonepublic Groups setArchiveOnly(String archiveOnly)
archiveOnly - archiveOnly or null for nonepublic String getCustomFooterText()
null for nonepublic Groups setCustomFooterText(String customFooterText)
customFooterText - customFooterText or null for nonepublic String getCustomReplyTo()
null for nonepublic Groups setCustomReplyTo(String customReplyTo)
customReplyTo - customReplyTo or null for nonepublic String getCustomRolesEnabledForSettingsToBeMerged()
null for nonepublic Groups setCustomRolesEnabledForSettingsToBeMerged(String customRolesEnabledForSettingsToBeMerged)
customRolesEnabledForSettingsToBeMerged - customRolesEnabledForSettingsToBeMerged or null for nonepublic String getDefaultMessageDenyNotificationText()
null for nonepublic Groups setDefaultMessageDenyNotificationText(String defaultMessageDenyNotificationText)
defaultMessageDenyNotificationText - defaultMessageDenyNotificationText or null for nonepublic String getDefaultSender()
null for nonepublic Groups setDefaultSender(String defaultSender)
defaultSender - defaultSender or null for nonepublic String getDescription()
null for nonepublic Groups setDescription(String description)
description - description or null for nonepublic String getEmail()
null for nonepublic Groups setEmail(String email)
email - email or null for nonepublic String getEnableCollaborativeInbox()
null for nonepublic Groups setEnableCollaborativeInbox(String enableCollaborativeInbox)
enableCollaborativeInbox - enableCollaborativeInbox or null for nonepublic String getFavoriteRepliesOnTop()
null for nonepublic Groups setFavoriteRepliesOnTop(String favoriteRepliesOnTop)
favoriteRepliesOnTop - favoriteRepliesOnTop or null for nonepublic String getIncludeCustomFooter()
null for nonepublic Groups setIncludeCustomFooter(String includeCustomFooter)
includeCustomFooter - includeCustomFooter or null for nonepublic String getIncludeInGlobalAddressList()
null for nonepublic Groups setIncludeInGlobalAddressList(String includeInGlobalAddressList)
includeInGlobalAddressList - includeInGlobalAddressList or null for nonepublic String getIsArchived()
null for nonepublic Groups setIsArchived(String isArchived)
isArchived - isArchived or null for nonepublic String getKind()
null for nonepublic Groups setKind(String kind)
kind - kind or null for nonepublic Integer getMaxMessageBytes()
null for nonepublic Groups setMaxMessageBytes(Integer maxMessageBytes)
maxMessageBytes - maxMessageBytes or null for nonepublic String getMembersCanPostAsTheGroup()
null for nonepublic Groups setMembersCanPostAsTheGroup(String membersCanPostAsTheGroup)
membersCanPostAsTheGroup - membersCanPostAsTheGroup or null for nonepublic String getMessageDisplayFont()
null for nonepublic Groups setMessageDisplayFont(String messageDisplayFont)
messageDisplayFont - messageDisplayFont or null for nonepublic String getMessageModerationLevel()
null for nonepublic Groups setMessageModerationLevel(String messageModerationLevel)
messageModerationLevel - messageModerationLevel or null for nonepublic String getName()
null for nonepublic Groups setName(String name)
name - name or null for nonepublic String getPrimaryLanguage()
null for nonepublic Groups setPrimaryLanguage(String primaryLanguage)
primaryLanguage - primaryLanguage or null for nonepublic String getReplyTo()
null for nonepublic Groups setReplyTo(String replyTo)
replyTo - replyTo or null for nonepublic String getSendMessageDenyNotification()
null for nonepublic Groups setSendMessageDenyNotification(String sendMessageDenyNotification)
sendMessageDenyNotification - sendMessageDenyNotification or null for nonepublic String getShowInGroupDirectory()
null for nonepublic Groups setShowInGroupDirectory(String showInGroupDirectory)
showInGroupDirectory - showInGroupDirectory or null for nonepublic String getSpamModerationLevel()
null for nonepublic Groups setSpamModerationLevel(String spamModerationLevel)
spamModerationLevel - spamModerationLevel or null for nonepublic String getWhoCanAdd()
null for nonepublic Groups setWhoCanAdd(String whoCanAdd)
whoCanAdd - whoCanAdd or null for nonepublic String getWhoCanAddReferences()
null for nonepublic Groups setWhoCanAddReferences(String whoCanAddReferences)
whoCanAddReferences - whoCanAddReferences or null for nonepublic String getWhoCanApproveMembers()
null for nonepublic Groups setWhoCanApproveMembers(String whoCanApproveMembers)
whoCanApproveMembers - whoCanApproveMembers or null for nonepublic String getWhoCanApproveMessages()
null for nonepublic Groups setWhoCanApproveMessages(String whoCanApproveMessages)
whoCanApproveMessages - whoCanApproveMessages or null for nonepublic String getWhoCanAssignTopics()
null for nonepublic Groups setWhoCanAssignTopics(String whoCanAssignTopics)
whoCanAssignTopics - whoCanAssignTopics or null for nonepublic String getWhoCanAssistContent()
null for nonepublic Groups setWhoCanAssistContent(String whoCanAssistContent)
whoCanAssistContent - whoCanAssistContent or null for nonepublic String getWhoCanBanUsers()
null for nonepublic Groups setWhoCanBanUsers(String whoCanBanUsers)
whoCanBanUsers - whoCanBanUsers or null for nonepublic String getWhoCanContactOwner()
null for nonepublic Groups setWhoCanContactOwner(String whoCanContactOwner)
whoCanContactOwner - whoCanContactOwner or null for nonepublic String getWhoCanDeleteAnyPost()
null for nonepublic Groups setWhoCanDeleteAnyPost(String whoCanDeleteAnyPost)
whoCanDeleteAnyPost - whoCanDeleteAnyPost or null for nonepublic String getWhoCanDeleteTopics()
null for nonepublic Groups setWhoCanDeleteTopics(String whoCanDeleteTopics)
whoCanDeleteTopics - whoCanDeleteTopics or null for nonepublic String getWhoCanDiscoverGroup()
null for nonepublic Groups setWhoCanDiscoverGroup(String whoCanDiscoverGroup)
whoCanDiscoverGroup - whoCanDiscoverGroup or null for nonepublic String getWhoCanEnterFreeFormTags()
null for nonepublic Groups setWhoCanEnterFreeFormTags(String whoCanEnterFreeFormTags)
whoCanEnterFreeFormTags - whoCanEnterFreeFormTags or null for nonepublic String getWhoCanHideAbuse()
null for nonepublic Groups setWhoCanHideAbuse(String whoCanHideAbuse)
whoCanHideAbuse - whoCanHideAbuse or null for nonepublic String getWhoCanInvite()
null for nonepublic Groups setWhoCanInvite(String whoCanInvite)
whoCanInvite - whoCanInvite or null for nonepublic String getWhoCanJoin()
null for nonepublic Groups setWhoCanJoin(String whoCanJoin)
whoCanJoin - whoCanJoin or null for nonepublic String getWhoCanLeaveGroup()
null for nonepublic Groups setWhoCanLeaveGroup(String whoCanLeaveGroup)
whoCanLeaveGroup - whoCanLeaveGroup or null for nonepublic String getWhoCanLockTopics()
null for nonepublic Groups setWhoCanLockTopics(String whoCanLockTopics)
whoCanLockTopics - whoCanLockTopics or null for nonepublic String getWhoCanMakeTopicsSticky()
null for nonepublic Groups setWhoCanMakeTopicsSticky(String whoCanMakeTopicsSticky)
whoCanMakeTopicsSticky - whoCanMakeTopicsSticky or null for nonepublic String getWhoCanMarkDuplicate()
null for nonepublic Groups setWhoCanMarkDuplicate(String whoCanMarkDuplicate)
whoCanMarkDuplicate - whoCanMarkDuplicate or null for nonepublic String getWhoCanMarkFavoriteReplyOnAnyTopic()
null for nonepublic Groups setWhoCanMarkFavoriteReplyOnAnyTopic(String whoCanMarkFavoriteReplyOnAnyTopic)
whoCanMarkFavoriteReplyOnAnyTopic - whoCanMarkFavoriteReplyOnAnyTopic or null for nonepublic String getWhoCanMarkFavoriteReplyOnOwnTopic()
null for nonepublic Groups setWhoCanMarkFavoriteReplyOnOwnTopic(String whoCanMarkFavoriteReplyOnOwnTopic)
whoCanMarkFavoriteReplyOnOwnTopic - whoCanMarkFavoriteReplyOnOwnTopic or null for nonepublic String getWhoCanMarkNoResponseNeeded()
null for nonepublic Groups setWhoCanMarkNoResponseNeeded(String whoCanMarkNoResponseNeeded)
whoCanMarkNoResponseNeeded - whoCanMarkNoResponseNeeded or null for nonepublic String getWhoCanModerateContent()
null for nonepublic Groups setWhoCanModerateContent(String whoCanModerateContent)
whoCanModerateContent - whoCanModerateContent or null for nonepublic String getWhoCanModerateMembers()
null for nonepublic Groups setWhoCanModerateMembers(String whoCanModerateMembers)
whoCanModerateMembers - whoCanModerateMembers or null for nonepublic String getWhoCanModifyMembers()
null for nonepublic Groups setWhoCanModifyMembers(String whoCanModifyMembers)
whoCanModifyMembers - whoCanModifyMembers or null for nonepublic String getWhoCanModifyTagsAndCategories()
null for nonepublic Groups setWhoCanModifyTagsAndCategories(String whoCanModifyTagsAndCategories)
whoCanModifyTagsAndCategories - whoCanModifyTagsAndCategories or null for nonepublic String getWhoCanMoveTopicsIn()
null for nonepublic Groups setWhoCanMoveTopicsIn(String whoCanMoveTopicsIn)
whoCanMoveTopicsIn - whoCanMoveTopicsIn or null for nonepublic String getWhoCanMoveTopicsOut()
null for nonepublic Groups setWhoCanMoveTopicsOut(String whoCanMoveTopicsOut)
whoCanMoveTopicsOut - whoCanMoveTopicsOut or null for nonepublic String getWhoCanPostAnnouncements()
null for nonepublic Groups setWhoCanPostAnnouncements(String whoCanPostAnnouncements)
whoCanPostAnnouncements - whoCanPostAnnouncements or null for nonepublic String getWhoCanPostMessage()
null for nonepublic Groups setWhoCanPostMessage(String whoCanPostMessage)
whoCanPostMessage - whoCanPostMessage or null for nonepublic String getWhoCanTakeTopics()
null for nonepublic Groups setWhoCanTakeTopics(String whoCanTakeTopics)
whoCanTakeTopics - whoCanTakeTopics or null for nonepublic String getWhoCanUnassignTopic()
null for nonepublic Groups setWhoCanUnassignTopic(String whoCanUnassignTopic)
whoCanUnassignTopic - whoCanUnassignTopic or null for nonepublic String getWhoCanUnmarkFavoriteReplyOnAnyTopic()
null for nonepublic Groups setWhoCanUnmarkFavoriteReplyOnAnyTopic(String whoCanUnmarkFavoriteReplyOnAnyTopic)
whoCanUnmarkFavoriteReplyOnAnyTopic - whoCanUnmarkFavoriteReplyOnAnyTopic or null for nonepublic String getWhoCanViewGroup()
null for nonepublic Groups setWhoCanViewGroup(String whoCanViewGroup)
whoCanViewGroup - whoCanViewGroup or null for nonepublic String getWhoCanViewMembership()
null for nonepublic Groups setWhoCanViewMembership(String whoCanViewMembership)
whoCanViewMembership - whoCanViewMembership or null for nonepublic Groups set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Groups clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.