You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -134,7 +143,7 @@ public Builder from(ConfigureAwayAdminRequest other) {
134
143
}
135
144
136
145
/**
137
-
* <p>The unique identifier of a given admin</p>
146
+
* The unique identifier of a given admin<p>The unique identifier of a given admin</p>
138
147
* @return Reference to {@code this} so that method calls can be chained together.
139
148
*/
140
149
@java.lang.Override
@@ -145,7 +154,7 @@ public AwayModeEnabledStage adminId(@NotNull String adminId) {
145
154
}
146
155
147
156
/**
148
-
* <p>Set to "true" to change the status of the admin to away.</p>
157
+
* Set to "true" to change the status of the admin to away.<p>Set to "true" to change the status of the admin to away.</p>
149
158
* @return Reference to {@code this} so that method calls can be chained together.
150
159
*/
151
160
@java.lang.Override
@@ -156,7 +165,7 @@ public AwayModeReassignStage awayModeEnabled(boolean awayModeEnabled) {
156
165
}
157
166
158
167
/**
159
-
* <p>Set to "true" to assign any new conversation replies to your default inbox.</p>
168
+
* Set to "true" to assign any new conversation replies to your default inbox.<p>Set to "true" to assign any new conversation replies to your default inbox.</p>
160
169
* @return Reference to {@code this} so that method calls can be chained together.
0 commit comments