File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -172,11 +172,6 @@ public String toString() {
172172 }
173173 }
174174
175- /** Create a builder with a shallow copy of this instance. */
176- public AzureContentSafetyFilterConfig .Builder toBuilder () {
177- return new AzureContentSafetyFilterConfig .Builder ().type (getType ()).config (getConfig ());
178- }
179-
180175 /** String represents name of the filter provider */
181176 public enum TypeEnum {
182177 AZURE_CONTENT_SAFETY ("azure_content_safety" ),
@@ -209,4 +204,9 @@ public String toString() {
209204 return String .valueOf (value );
210205 }
211206 }
207+
208+ /** Create a builder with a shallow copy of this instance. */
209+ public AzureContentSafetyFilterConfig .Builder toBuilder () {
210+ return new AzureContentSafetyFilterConfig .Builder ().type (getType ()).config (getConfig ());
211+ }
212212}
Original file line number Diff line number Diff line change 3232 value = "org.openapitools.codegen.languages.JavaClientCodegen" ,
3333 comments = "Generator version: 7.9.0" )
3434public class DPIConfig implements MaskingProviderConfig {
35- private TypeEnum type ;
36-
3735 public static final String JSON_PROPERTY_TYPE = "type" ;
3836 private MethodEnum method ;
37+ private TypeEnum type ;
3938
4039 /** Create a builder with no initialized field. */
4140 public static DPIConfig .Builder builder () {
You can’t perform that action at this time.
0 commit comments