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 32
32
33
33
/** The input to create a Source-scoped regulation. */
34
34
public 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
+ */
36
39
@ JsonAdapter (RegulationTypeEnum .Adapter .class )
37
40
public enum RegulationTypeEnum {
38
41
DELETE_ARCHIVE_ONLY ("DELETE_ARCHIVE_ONLY" ),
@@ -158,7 +161,8 @@ public CreateSourceRegulationV1Input regulationType(RegulationTypeEnum regulatio
158
161
}
159
162
160
163
/**
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.
162
166
*
163
167
* @return regulationType
164
168
*/
You can’t perform that action at this time.
0 commit comments