32
32
public final class PermissionSettings extends com .google .api .client .json .GenericJson {
33
33
34
34
/**
35
- * Setting for managing apps in a space.
35
+ * Optional. Setting for managing apps in a space.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@ com .google .api .client .util .Key
39
39
private PermissionSetting manageApps ;
40
40
41
41
/**
42
- * Setting for managing members and groups in a space.
42
+ * Optional. Setting for managing members and groups in a space.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@ com .google .api .client .util .Key
46
46
private PermissionSetting manageMembersAndGroups ;
47
47
48
48
/**
49
- * Setting for managing webhooks in a space.
49
+ * Optional. Setting for managing webhooks in a space.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@ com .google .api .client .util .Key
53
53
private PermissionSetting manageWebhooks ;
54
54
55
55
/**
56
- * Setting for updating space name, avatar, description and guidelines.
56
+ * Optional. Setting for updating space name, avatar, description and guidelines.
57
57
* The value may be {@code null}.
58
58
*/
59
59
@ com .google .api .client .util .Key
@@ -67,36 +67,36 @@ public final class PermissionSettings extends com.google.api.client.json.Generic
67
67
private PermissionSetting postMessages ;
68
68
69
69
/**
70
- * Setting for replying to messages in a space.
70
+ * Optional. Setting for replying to messages in a space.
71
71
* The value may be {@code null}.
72
72
*/
73
73
@ com .google .api .client .util .Key
74
74
private PermissionSetting replyMessages ;
75
75
76
76
/**
77
- * Setting for toggling space history on and off.
77
+ * Optional. Setting for toggling space history on and off.
78
78
* The value may be {@code null}.
79
79
*/
80
80
@ com .google .api .client .util .Key
81
81
private PermissionSetting toggleHistory ;
82
82
83
83
/**
84
- * Setting for using @all in a space.
84
+ * Optional. Setting for using @all in a space.
85
85
* The value may be {@code null}.
86
86
*/
87
87
@ com .google .api .client .util .Key
88
88
private PermissionSetting useAtMentionAll ;
89
89
90
90
/**
91
- * Setting for managing apps in a space.
91
+ * Optional. Setting for managing apps in a space.
92
92
* @return value or {@code null} for none
93
93
*/
94
94
public PermissionSetting getManageApps () {
95
95
return manageApps ;
96
96
}
97
97
98
98
/**
99
- * Setting for managing apps in a space.
99
+ * Optional. Setting for managing apps in a space.
100
100
* @param manageApps manageApps or {@code null} for none
101
101
*/
102
102
public PermissionSettings setManageApps (PermissionSetting manageApps ) {
@@ -105,15 +105,15 @@ public PermissionSettings setManageApps(PermissionSetting manageApps) {
105
105
}
106
106
107
107
/**
108
- * Setting for managing members and groups in a space.
108
+ * Optional. Setting for managing members and groups in a space.
109
109
* @return value or {@code null} for none
110
110
*/
111
111
public PermissionSetting getManageMembersAndGroups () {
112
112
return manageMembersAndGroups ;
113
113
}
114
114
115
115
/**
116
- * Setting for managing members and groups in a space.
116
+ * Optional. Setting for managing members and groups in a space.
117
117
* @param manageMembersAndGroups manageMembersAndGroups or {@code null} for none
118
118
*/
119
119
public PermissionSettings setManageMembersAndGroups (PermissionSetting manageMembersAndGroups ) {
@@ -122,15 +122,15 @@ public PermissionSettings setManageMembersAndGroups(PermissionSetting manageMemb
122
122
}
123
123
124
124
/**
125
- * Setting for managing webhooks in a space.
125
+ * Optional. Setting for managing webhooks in a space.
126
126
* @return value or {@code null} for none
127
127
*/
128
128
public PermissionSetting getManageWebhooks () {
129
129
return manageWebhooks ;
130
130
}
131
131
132
132
/**
133
- * Setting for managing webhooks in a space.
133
+ * Optional. Setting for managing webhooks in a space.
134
134
* @param manageWebhooks manageWebhooks or {@code null} for none
135
135
*/
136
136
public PermissionSettings setManageWebhooks (PermissionSetting manageWebhooks ) {
@@ -139,15 +139,15 @@ public PermissionSettings setManageWebhooks(PermissionSetting manageWebhooks) {
139
139
}
140
140
141
141
/**
142
- * Setting for updating space name, avatar, description and guidelines.
142
+ * Optional. Setting for updating space name, avatar, description and guidelines.
143
143
* @return value or {@code null} for none
144
144
*/
145
145
public PermissionSetting getModifySpaceDetails () {
146
146
return modifySpaceDetails ;
147
147
}
148
148
149
149
/**
150
- * Setting for updating space name, avatar, description and guidelines.
150
+ * Optional. Setting for updating space name, avatar, description and guidelines.
151
151
* @param modifySpaceDetails modifySpaceDetails or {@code null} for none
152
152
*/
153
153
public PermissionSettings setModifySpaceDetails (PermissionSetting modifySpaceDetails ) {
@@ -173,15 +173,15 @@ public PermissionSettings setPostMessages(PermissionSetting postMessages) {
173
173
}
174
174
175
175
/**
176
- * Setting for replying to messages in a space.
176
+ * Optional. Setting for replying to messages in a space.
177
177
* @return value or {@code null} for none
178
178
*/
179
179
public PermissionSetting getReplyMessages () {
180
180
return replyMessages ;
181
181
}
182
182
183
183
/**
184
- * Setting for replying to messages in a space.
184
+ * Optional. Setting for replying to messages in a space.
185
185
* @param replyMessages replyMessages or {@code null} for none
186
186
*/
187
187
public PermissionSettings setReplyMessages (PermissionSetting replyMessages ) {
@@ -190,15 +190,15 @@ public PermissionSettings setReplyMessages(PermissionSetting replyMessages) {
190
190
}
191
191
192
192
/**
193
- * Setting for toggling space history on and off.
193
+ * Optional. Setting for toggling space history on and off.
194
194
* @return value or {@code null} for none
195
195
*/
196
196
public PermissionSetting getToggleHistory () {
197
197
return toggleHistory ;
198
198
}
199
199
200
200
/**
201
- * Setting for toggling space history on and off.
201
+ * Optional. Setting for toggling space history on and off.
202
202
* @param toggleHistory toggleHistory or {@code null} for none
203
203
*/
204
204
public PermissionSettings setToggleHistory (PermissionSetting toggleHistory ) {
@@ -207,15 +207,15 @@ public PermissionSettings setToggleHistory(PermissionSetting toggleHistory) {
207
207
}
208
208
209
209
/**
210
- * Setting for using @all in a space.
210
+ * Optional. Setting for using @all in a space.
211
211
* @return value or {@code null} for none
212
212
*/
213
213
public PermissionSetting getUseAtMentionAll () {
214
214
return useAtMentionAll ;
215
215
}
216
216
217
217
/**
218
- * Setting for using @all in a space.
218
+ * Optional. Setting for using @all in a space.
219
219
* @param useAtMentionAll useAtMentionAll or {@code null} for none
220
220
*/
221
221
public PermissionSettings setUseAtMentionAll (PermissionSetting useAtMentionAll ) {
0 commit comments