File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/main/java/com/segment/publicapi/models Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3232
3333/** The input to create a Source-scoped regulation. */
3434public class CreateSourceRegulationV1Input {
35- /** The regulation type to create. */
35+ /**
36+ * The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only
37+ * supported for limited Workspaces for Source-scoped regulations.
38+ */
3639 @ JsonAdapter (RegulationTypeEnum .Adapter .class )
3740 public enum RegulationTypeEnum {
3841 DELETE_ARCHIVE_ONLY ("DELETE_ARCHIVE_ONLY" ),
@@ -158,7 +161,8 @@ public CreateSourceRegulationV1Input regulationType(RegulationTypeEnum regulatio
158161 }
159162
160163 /**
161- * The regulation type to create.
164+ * The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only
165+ * supported for limited Workspaces for Source-scoped regulations.
162166 *
163167 * @return regulationType
164168 */
You can’t perform that action at this time.
0 commit comments