Skip to content
Snippets Groups Projects

feat: Update wg_interests field + Add additional ECA checks

2 unresolved threads
9 files
+ 100
46
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -52,7 +52,7 @@ public abstract class AccountsProfileData {
public abstract List<String> getInterests();
@Nullable
public abstract List<String> getWorkingGroupInterests();
public abstract List<String> getWorkingGroupsInterests();
@Nullable
public abstract List<String> getPublicFields();
@@ -98,7 +98,7 @@ public abstract class AccountsProfileData {
public abstract Builder setInterests(List<String> interests);
public abstract Builder setWorkingGroupInterests(@Nullable List<String> interests);
public abstract Builder setWorkingGroupsInterests(@Nullable List<String> interests);
public abstract Builder setPublicFields(@Nullable List<String> fields);
Loading