3232public final class PermissionSettings extends com .google .api .client .json .GenericJson {
3333
3434 /**
35- * Setting for managing apps in a space.
35+ * Optional. Setting for managing apps in a space.
3636 * The value may be {@code null}.
3737 */
3838 @ com .google .api .client .util .Key
3939 private PermissionSetting manageApps ;
4040
4141 /**
42- * Setting for managing members and groups in a space.
42+ * Optional. Setting for managing members and groups in a space.
4343 * The value may be {@code null}.
4444 */
4545 @ com .google .api .client .util .Key
4646 private PermissionSetting manageMembersAndGroups ;
4747
4848 /**
49- * Setting for managing webhooks in a space.
49+ * Optional. Setting for managing webhooks in a space.
5050 * The value may be {@code null}.
5151 */
5252 @ com .google .api .client .util .Key
5353 private PermissionSetting manageWebhooks ;
5454
5555 /**
56- * Setting for updating space name, avatar, description and guidelines.
56+ * Optional. Setting for updating space name, avatar, description and guidelines.
5757 * The value may be {@code null}.
5858 */
5959 @ com .google .api .client .util .Key
@@ -67,36 +67,36 @@ public final class PermissionSettings extends com.google.api.client.json.Generic
6767 private PermissionSetting postMessages ;
6868
6969 /**
70- * Setting for replying to messages in a space.
70+ * Optional. Setting for replying to messages in a space.
7171 * The value may be {@code null}.
7272 */
7373 @ com .google .api .client .util .Key
7474 private PermissionSetting replyMessages ;
7575
7676 /**
77- * Setting for toggling space history on and off.
77+ * Optional. Setting for toggling space history on and off.
7878 * The value may be {@code null}.
7979 */
8080 @ com .google .api .client .util .Key
8181 private PermissionSetting toggleHistory ;
8282
8383 /**
84- * Setting for using @all in a space.
84+ * Optional. Setting for using @all in a space.
8585 * The value may be {@code null}.
8686 */
8787 @ com .google .api .client .util .Key
8888 private PermissionSetting useAtMentionAll ;
8989
9090 /**
91- * Setting for managing apps in a space.
91+ * Optional. Setting for managing apps in a space.
9292 * @return value or {@code null} for none
9393 */
9494 public PermissionSetting getManageApps () {
9595 return manageApps ;
9696 }
9797
9898 /**
99- * Setting for managing apps in a space.
99+ * Optional. Setting for managing apps in a space.
100100 * @param manageApps manageApps or {@code null} for none
101101 */
102102 public PermissionSettings setManageApps (PermissionSetting manageApps ) {
@@ -105,15 +105,15 @@ public PermissionSettings setManageApps(PermissionSetting manageApps) {
105105 }
106106
107107 /**
108- * Setting for managing members and groups in a space.
108+ * Optional. Setting for managing members and groups in a space.
109109 * @return value or {@code null} for none
110110 */
111111 public PermissionSetting getManageMembersAndGroups () {
112112 return manageMembersAndGroups ;
113113 }
114114
115115 /**
116- * Setting for managing members and groups in a space.
116+ * Optional. Setting for managing members and groups in a space.
117117 * @param manageMembersAndGroups manageMembersAndGroups or {@code null} for none
118118 */
119119 public PermissionSettings setManageMembersAndGroups (PermissionSetting manageMembersAndGroups ) {
@@ -122,15 +122,15 @@ public PermissionSettings setManageMembersAndGroups(PermissionSetting manageMemb
122122 }
123123
124124 /**
125- * Setting for managing webhooks in a space.
125+ * Optional. Setting for managing webhooks in a space.
126126 * @return value or {@code null} for none
127127 */
128128 public PermissionSetting getManageWebhooks () {
129129 return manageWebhooks ;
130130 }
131131
132132 /**
133- * Setting for managing webhooks in a space.
133+ * Optional. Setting for managing webhooks in a space.
134134 * @param manageWebhooks manageWebhooks or {@code null} for none
135135 */
136136 public PermissionSettings setManageWebhooks (PermissionSetting manageWebhooks ) {
@@ -139,15 +139,15 @@ public PermissionSettings setManageWebhooks(PermissionSetting manageWebhooks) {
139139 }
140140
141141 /**
142- * Setting for updating space name, avatar, description and guidelines.
142+ * Optional. Setting for updating space name, avatar, description and guidelines.
143143 * @return value or {@code null} for none
144144 */
145145 public PermissionSetting getModifySpaceDetails () {
146146 return modifySpaceDetails ;
147147 }
148148
149149 /**
150- * Setting for updating space name, avatar, description and guidelines.
150+ * Optional. Setting for updating space name, avatar, description and guidelines.
151151 * @param modifySpaceDetails modifySpaceDetails or {@code null} for none
152152 */
153153 public PermissionSettings setModifySpaceDetails (PermissionSetting modifySpaceDetails ) {
@@ -173,15 +173,15 @@ public PermissionSettings setPostMessages(PermissionSetting postMessages) {
173173 }
174174
175175 /**
176- * Setting for replying to messages in a space.
176+ * Optional. Setting for replying to messages in a space.
177177 * @return value or {@code null} for none
178178 */
179179 public PermissionSetting getReplyMessages () {
180180 return replyMessages ;
181181 }
182182
183183 /**
184- * Setting for replying to messages in a space.
184+ * Optional. Setting for replying to messages in a space.
185185 * @param replyMessages replyMessages or {@code null} for none
186186 */
187187 public PermissionSettings setReplyMessages (PermissionSetting replyMessages ) {
@@ -190,15 +190,15 @@ public PermissionSettings setReplyMessages(PermissionSetting replyMessages) {
190190 }
191191
192192 /**
193- * Setting for toggling space history on and off.
193+ * Optional. Setting for toggling space history on and off.
194194 * @return value or {@code null} for none
195195 */
196196 public PermissionSetting getToggleHistory () {
197197 return toggleHistory ;
198198 }
199199
200200 /**
201- * Setting for toggling space history on and off.
201+ * Optional. Setting for toggling space history on and off.
202202 * @param toggleHistory toggleHistory or {@code null} for none
203203 */
204204 public PermissionSettings setToggleHistory (PermissionSetting toggleHistory ) {
@@ -207,15 +207,15 @@ public PermissionSettings setToggleHistory(PermissionSetting toggleHistory) {
207207 }
208208
209209 /**
210- * Setting for using @all in a space.
210+ * Optional. Setting for using @all in a space.
211211 * @return value or {@code null} for none
212212 */
213213 public PermissionSetting getUseAtMentionAll () {
214214 return useAtMentionAll ;
215215 }
216216
217217 /**
218- * Setting for using @all in a space.
218+ * Optional. Setting for using @all in a space.
219219 * @param useAtMentionAll useAtMentionAll or {@code null} for none
220220 */
221221 public PermissionSettings setUseAtMentionAll (PermissionSetting useAtMentionAll ) {
0 commit comments