Skip to content

Commit 448b835

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@5309269f.
1 parent 36e0a11 commit 448b835

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

src/main/java/com/segment/publicapi/models/AudienceDefinition.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public AudienceDefinition targetEntity(String targetEntity) {
4848
}
4949

5050
/**
51-
* The target entity slug, required in creating a linked audience.
51+
* The target entity relationship slug, required in a linked audience, default to profile if not
52+
* specified.
5253
*
5354
* @return targetEntity
5455
*/

src/main/java/com/segment/publicapi/models/AudienceOptions.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ public AudienceOptions backfillEventDataDays(BigDecimal backfillEventDataDays) {
111111
}
112112

113113
/**
114-
* If specified, the value of this field indicates the number of days, specified from the date
115-
* the audience was created, that event data will be included from when determining audience
116-
* membership. If unspecified, defer to the value of `includeHistoricalData` to
117-
* determine whether historical data is either entirely included or entirely excluded when
118-
* determining audience membership.
114+
* If specified and positive, the value of this field indicates the number of days, specified
115+
* from the date the audience was created, that event data will be included from when
116+
* determining audience membership. If unspecified, defer to the value of
117+
* `includeHistoricalData` to determine whether historical data is either entirely
118+
* included or entirely excluded when determining audience membership.
119119
*
120120
* @return backfillEventDataDays
121121
*/

src/main/java/com/segment/publicapi/models/AudienceOptionsWithLookback.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ public AudienceOptionsWithLookback backfillEventDataDays(BigDecimal backfillEven
109109
}
110110

111111
/**
112-
* If specified, the value of this field indicates the number of days, specified from the date
113-
* the audience was created, that event data will be included from when determining audience
114-
* membership. If unspecified, defer to the value of `includeHistoricalData` to
115-
* determine whether historical data is either entirely included or entirely excluded when
116-
* determining audience membership.
112+
* If specified and positive, the value of this field indicates the number of days, specified
113+
* from the date the audience was created, that event data will be included from when
114+
* determining audience membership. If unspecified, defer to the value of
115+
* `includeHistoricalData` to determine whether historical data is either entirely
116+
* included or entirely excluded when determining audience membership.
117117
*
118118
* @return backfillEventDataDays
119119
*/

0 commit comments

Comments
 (0)