Skip to content

Commit

Permalink
Auto-generated java SDK code update
Browse files Browse the repository at this point in the history
Summary: ignore-conflict-markers

Reviewed By: stcheng

Differential Revision: D51766682

fbshipit-source-id: a903651da2d77eaeb48532f6147941440d1266ec
  • Loading branch information
generatedunixname89002005295453 authored and facebook-github-bot committed Dec 2, 2023
1 parent af1123f commit 87c5479
Show file tree
Hide file tree
Showing 32 changed files with 3,635 additions and 732 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.facebook.business.sdk</groupId>
<artifactId>facebook-java-business-sdk</artifactId>
<packaging>jar</packaging>
<version>18.0.3</version>
<version>18.0.4</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Facebook Business Solutions SDK for Java</description>
<url>https://developers.facebook.com/docs/marketing-api/sdks</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/facebook/ads/sdk/APIConfig.java
Expand Up @@ -27,5 +27,5 @@ public class APIConfig {
public static final String DEFAULT_API_VERSION = "v18.0";
public static final String DEFAULT_API_BASE = "https://graph.facebook.com";
public static final String DEFAULT_VIDEO_API_BASE = "https://graph-video.facebook.com";
public static final String USER_AGENT = "fbbizsdk-java-v18.0.3";
public static final String USER_AGENT = "fbbizsdk-java-v18.0.4";
};
64 changes: 32 additions & 32 deletions src/main/java/com/facebook/ads/sdk/AdAccount.java
Expand Up @@ -9913,6 +9913,8 @@ public APINodeList<Application> getLastResponse() {
"auto_event_mapping_android",
"auto_event_mapping_ios",
"auto_event_setup_enabled",
"auto_log_app_events_default",
"auto_log_app_events_enabled",
"business",
"canvas_fluid_height",
"canvas_fluid_width",
Expand Down Expand Up @@ -9970,8 +9972,6 @@ public APINodeList<Application> getLastResponse() {
"restrictions",
"restrictive_data_filter_params",
"restrictive_data_filter_rules",
"sdk_auto_logging_default_value",
"sdk_auto_logging_override_value",
"sdk_update_message",
"seamless_login",
"secure_canvas_url",
Expand Down Expand Up @@ -10269,6 +10269,20 @@ public APIRequestGetAdvertisableApplications requestAutoEventSetupEnabledField (
this.requestField("auto_event_setup_enabled", value);
return this;
}
public APIRequestGetAdvertisableApplications requestAutoLogAppEventsDefaultField () {
return this.requestAutoLogAppEventsDefaultField(true);
}
public APIRequestGetAdvertisableApplications requestAutoLogAppEventsDefaultField (boolean value) {
this.requestField("auto_log_app_events_default", value);
return this;
}
public APIRequestGetAdvertisableApplications requestAutoLogAppEventsEnabledField () {
return this.requestAutoLogAppEventsEnabledField(true);
}
public APIRequestGetAdvertisableApplications requestAutoLogAppEventsEnabledField (boolean value) {
this.requestField("auto_log_app_events_enabled", value);
return this;
}
public APIRequestGetAdvertisableApplications requestBusinessField () {
return this.requestBusinessField(true);
}
Expand Down Expand Up @@ -10668,20 +10682,6 @@ public APIRequestGetAdvertisableApplications requestRestrictiveDataFilterRulesFi
this.requestField("restrictive_data_filter_rules", value);
return this;
}
public APIRequestGetAdvertisableApplications requestSdkAutoLoggingDefaultValueField () {
return this.requestSdkAutoLoggingDefaultValueField(true);
}
public APIRequestGetAdvertisableApplications requestSdkAutoLoggingDefaultValueField (boolean value) {
this.requestField("sdk_auto_logging_default_value", value);
return this;
}
public APIRequestGetAdvertisableApplications requestSdkAutoLoggingOverrideValueField () {
return this.requestSdkAutoLoggingOverrideValueField(true);
}
public APIRequestGetAdvertisableApplications requestSdkAutoLoggingOverrideValueField (boolean value) {
this.requestField("sdk_auto_logging_override_value", value);
return this;
}
public APIRequestGetAdvertisableApplications requestSdkUpdateMessageField () {
return this.requestSdkUpdateMessageField(true);
}
Expand Down Expand Up @@ -13206,6 +13206,8 @@ public APINodeList<Application> getLastResponse() {
"auto_event_mapping_android",
"auto_event_mapping_ios",
"auto_event_setup_enabled",
"auto_log_app_events_default",
"auto_log_app_events_enabled",
"business",
"canvas_fluid_height",
"canvas_fluid_width",
Expand Down Expand Up @@ -13263,8 +13265,6 @@ public APINodeList<Application> getLastResponse() {
"restrictions",
"restrictive_data_filter_params",
"restrictive_data_filter_rules",
"sdk_auto_logging_default_value",
"sdk_auto_logging_override_value",
"sdk_update_message",
"seamless_login",
"secure_canvas_url",
Expand Down Expand Up @@ -13552,6 +13552,20 @@ public APIRequestGetApplications requestAutoEventSetupEnabledField (boolean valu
this.requestField("auto_event_setup_enabled", value);
return this;
}
public APIRequestGetApplications requestAutoLogAppEventsDefaultField () {
return this.requestAutoLogAppEventsDefaultField(true);
}
public APIRequestGetApplications requestAutoLogAppEventsDefaultField (boolean value) {
this.requestField("auto_log_app_events_default", value);
return this;
}
public APIRequestGetApplications requestAutoLogAppEventsEnabledField () {
return this.requestAutoLogAppEventsEnabledField(true);
}
public APIRequestGetApplications requestAutoLogAppEventsEnabledField (boolean value) {
this.requestField("auto_log_app_events_enabled", value);
return this;
}
public APIRequestGetApplications requestBusinessField () {
return this.requestBusinessField(true);
}
Expand Down Expand Up @@ -13951,20 +13965,6 @@ public APIRequestGetApplications requestRestrictiveDataFilterRulesField (boolean
this.requestField("restrictive_data_filter_rules", value);
return this;
}
public APIRequestGetApplications requestSdkAutoLoggingDefaultValueField () {
return this.requestSdkAutoLoggingDefaultValueField(true);
}
public APIRequestGetApplications requestSdkAutoLoggingDefaultValueField (boolean value) {
this.requestField("sdk_auto_logging_default_value", value);
return this;
}
public APIRequestGetApplications requestSdkAutoLoggingOverrideValueField () {
return this.requestSdkAutoLoggingOverrideValueField(true);
}
public APIRequestGetApplications requestSdkAutoLoggingOverrideValueField (boolean value) {
this.requestField("sdk_auto_logging_override_value", value);
return this;
}
public APIRequestGetApplications requestSdkUpdateMessageField () {
return this.requestSdkUpdateMessageField(true);
}
Expand Down

0 comments on commit 87c5479

Please sign in to comment.