| Package | Description |
|---|---|
| code.byted.cdp | |
| code.byted.cdp.openapi |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType,
String[] accept)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType,
String[] accept)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
ByteDanceNormalResponseString |
TagApi.addOrModifyManualTags(ManualPersonTagRequest body,
String tenantCode)
添加或者修改某个用户身上的人工标签
|
com.squareup.okhttp.Call |
TagApi.addOrModifyManualTagsAsync(ManualPersonTagRequest body,
String tenantCode,
ApiCallback<ByteDanceNormalResponseString> callback)
添加或者修改某个用户身上的人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.addOrModifyManualTagsCall(ManualPersonTagRequest body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addOrModifyManualTags
|
ApiResponse<ByteDanceNormalResponseString> |
TagApi.addOrModifyManualTagsWithHttpInfo(ManualPersonTagRequest body,
String tenantCode)
添加或者修改某个用户身上的人工标签
|
CheckRealtimeRuleResponse |
OnlineApi.checkHitRealtimeRule(CheckRealtimeRuleRequest body,
String tenantCode)
判断是否命中实时规则,高速接口
|
com.squareup.okhttp.Call |
OnlineApi.checkHitRealtimeRuleAsync(CheckRealtimeRuleRequest body,
String tenantCode,
ApiCallback<CheckRealtimeRuleResponse> callback)
判断是否命中实时规则,高速接口 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.checkHitRealtimeRuleCall(CheckRealtimeRuleRequest body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkHitRealtimeRule
|
ApiResponse<CheckRealtimeRuleResponse> |
OnlineApi.checkHitRealtimeRuleWithHttpInfo(CheckRealtimeRuleRequest body,
String tenantCode)
判断是否命中实时规则,高速接口
|
CommonLabelId |
LabelApi.createManualLabel(ManualLabelCreateReq body)
创建人工标签
|
com.squareup.okhttp.Call |
LabelApi.createManualLabelAsync(ManualLabelCreateReq body,
ApiCallback<CommonLabelId> callback)
创建人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.createManualLabelCall(ManualLabelCreateReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createManualLabel
|
ApiResponse<CommonLabelId> |
LabelApi.createManualLabelWithHttpInfo(ManualLabelCreateReq body)
创建人工标签
|
ByteDanceNormalResponseString |
TagApi.deleteManualTagsInUser(String tenantCode,
Long baseId,
Integer tagId)
删除某个用户身上的人工标签
|
com.squareup.okhttp.Call |
TagApi.deleteManualTagsInUserAsync(String tenantCode,
Long baseId,
Integer tagId,
ApiCallback<ByteDanceNormalResponseString> callback)
删除某个用户身上的人工标签 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.deleteManualTagsInUserCall(String tenantCode,
Long baseId,
Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteManualTagsInUser
|
ApiResponse<ByteDanceNormalResponseString> |
TagApi.deleteManualTagsInUserWithHttpInfo(String tenantCode,
Long baseId,
Integer tagId)
删除某个用户身上的人工标签
|
File |
FileDateAssetApi.downloadFileDateAsset(String xTenant,
Integer taskId,
String filePath)
下载分群明细
|
com.squareup.okhttp.Call |
FileDateAssetApi.downloadFileDateAssetAsync(String xTenant,
Integer taskId,
String filePath,
ApiCallback<File> callback)
下载分群明细 (asynchronously)
|
com.squareup.okhttp.Call |
FileDateAssetApi.downloadFileDateAssetCall(String xTenant,
Integer taskId,
String filePath,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadFileDateAsset
|
ApiResponse<File> |
FileDateAssetApi.downloadFileDateAssetWithHttpInfo(String xTenant,
Integer taskId,
String filePath)
下载分群明细
|
File |
SegmentationApi.downloadSegFile(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt)
分群ID文件下载
|
com.squareup.okhttp.Call |
SegmentationApi.downloadSegFileAsync(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt,
ApiCallback<File> callback)
分群ID文件下载 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.downloadSegFileCall(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSegFile
|
ApiResponse<File> |
SegmentationApi.downloadSegFileWithHttpInfo(Integer tenantId,
Integer segId,
String formatType,
Boolean needEncrypt)
分群ID文件下载
|
DetailAttributesResp |
DetailDatasourceApi.getDetailAttributes(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize)
获取明细数据源的枚举值
|
com.squareup.okhttp.Call |
DetailDatasourceApi.getDetailAttributesAsync(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize,
ApiCallback<DetailAttributesResp> callback)
获取明细数据源的枚举值 (asynchronously)
|
com.squareup.okhttp.Call |
DetailDatasourceApi.getDetailAttributesCall(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDetailAttributes
|
ApiResponse<DetailAttributesResp> |
DetailDatasourceApi.getDetailAttributesWithHttpInfo(DetailAttributesReq body,
String tenantCode,
String attributeId,
String keyword,
Integer current,
Integer pageSize)
获取明细数据源的枚举值
|
InlineResponse200 |
InsightApi.getDSLInsightKey(Object body)
获取洞察跳转key
|
com.squareup.okhttp.Call |
InsightApi.getDSLInsightKeyAsync(Object body,
ApiCallback<InlineResponse200> callback)
获取洞察跳转key (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getDSLInsightKeyCall(Object body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDSLInsightKey
|
ApiResponse<InlineResponse200> |
InsightApi.getDSLInsightKeyWithHttpInfo(Object body)
获取洞察跳转key
|
SeqFileDataTaskSimpleResult |
FileDateAssetApi.getFileDateAssetTaskList(String xTenant)
获取分群明细任务列表
|
com.squareup.okhttp.Call |
FileDateAssetApi.getFileDateAssetTaskListAsync(String xTenant,
ApiCallback<SeqFileDataTaskSimpleResult> callback)
获取分群明细任务列表 (asynchronously)
|
com.squareup.okhttp.Call |
FileDateAssetApi.getFileDateAssetTaskListCall(String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFileDateAssetTaskList
|
ApiResponse<SeqFileDataTaskSimpleResult> |
FileDateAssetApi.getFileDateAssetTaskListWithHttpInfo(String xTenant)
获取分群明细任务列表
|
CommonListLabelResultData |
LabelApi.getHistoryData(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period)
标签运行结果历史数据
|
com.squareup.okhttp.Call |
LabelApi.getHistoryDataAsync(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period,
ApiCallback<CommonListLabelResultData> callback)
标签运行结果历史数据 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getHistoryDataCall(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getHistoryData
|
ApiResponse<CommonListLabelResultData> |
LabelApi.getHistoryDataWithHttpInfo(Integer id,
String startDate,
String endDate,
Integer showNum,
Long xTenant,
String period)
标签运行结果历史数据
|
IDMResp |
OnlineApi.getIdMapping(IDMReq body)
idmapping映射,高速接口
|
com.squareup.okhttp.Call |
OnlineApi.getIdMappingAsync(IDMReq body,
ApiCallback<IDMResp> callback)
idmapping映射,高速接口 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getIdMappingCall(IDMReq body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getIdMapping
|
ApiResponse<IDMResp> |
OnlineApi.getIdMappingWithHttpInfo(IDMReq body)
idmapping映射,高速接口
|
InlineResponse2002 |
InsightApi.getInsightReportById(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate)
洞察报告详情
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportByIdAsync(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate,
ApiCallback<InlineResponse2002> callback)
洞察报告详情 (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportByIdCall(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInsightReportById
|
ApiResponse<InlineResponse2002> |
InsightApi.getInsightReportByIdWithHttpInfo(Long xTenant,
Long reportId,
String xEnv,
Boolean singleValue,
String insightSortObj,
String sortType,
org.threeten.bp.LocalDate pDate)
洞察报告详情
|
InlineResponse2001 |
InsightApi.getInsightReportList(Long xTenant,
String xEnv)
洞察报告列表
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportListAsync(Long xTenant,
String xEnv,
ApiCallback<InlineResponse2001> callback)
洞察报告列表 (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportListCall(Long xTenant,
String xEnv,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInsightReportList
|
ApiResponse<InlineResponse2001> |
InsightApi.getInsightReportListWithHttpInfo(Long xTenant,
String xEnv)
洞察报告列表
|
InlineResponse2003 |
InsightApi.getInsightReportUsage(Long xTenant,
String xEnv,
Boolean openapiOnly)
统计洞察报告查看次数
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportUsageAsync(Long xTenant,
String xEnv,
Boolean openapiOnly,
ApiCallback<InlineResponse2003> callback)
统计洞察报告查看次数 (asynchronously)
|
com.squareup.okhttp.Call |
InsightApi.getInsightReportUsageCall(Long xTenant,
String xEnv,
Boolean openapiOnly,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInsightReportUsage
|
ApiResponse<InlineResponse2003> |
InsightApi.getInsightReportUsageWithHttpInfo(Long xTenant,
String xEnv,
Boolean openapiOnly)
统计洞察报告查看次数
|
CommonResponseLabelMetaSimpleInfo |
LabelApi.getLabelDesc(Integer id,
Long xTenant)
获取标签精简信息
|
com.squareup.okhttp.Call |
LabelApi.getLabelDescAsync(Integer id,
Long xTenant,
ApiCallback<CommonResponseLabelMetaSimpleInfo> callback)
获取标签精简信息 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLabelDescCall(Integer id,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLabelDesc
|
ApiResponse<CommonResponseLabelMetaSimpleInfo> |
LabelApi.getLabelDescWithHttpInfo(Integer id,
Long xTenant)
获取标签精简信息
|
CommonListLabelMetaInfo |
LabelApi.getLabels(Long xTenant,
Integer subjectId,
String type)
获取项目下标签列表
|
com.squareup.okhttp.Call |
LabelApi.getLabelsAsync(Long xTenant,
Integer subjectId,
String type,
ApiCallback<CommonListLabelMetaInfo> callback)
获取项目下标签列表 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLabelsCall(Long xTenant,
Integer subjectId,
String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLabels
|
ApiResponse<CommonListLabelMetaInfo> |
LabelApi.getLabelsWithHttpInfo(Long xTenant,
Integer subjectId,
String type)
获取项目下标签列表
|
CommonResponseListLabelTreeNode |
LabelApi.getLabelTree(Long xTenant,
Integer subjectId)
获取标签树信息
|
com.squareup.okhttp.Call |
LabelApi.getLabelTreeAsync(Long xTenant,
Integer subjectId,
ApiCallback<CommonResponseListLabelTreeNode> callback)
获取标签树信息 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLabelTreeCall(Long xTenant,
Integer subjectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLabelTree
|
ApiResponse<CommonResponseListLabelTreeNode> |
LabelApi.getLabelTreeWithHttpInfo(Long xTenant,
Integer subjectId)
获取标签树信息
|
CommonLabelResultData |
LabelApi.getLatestHistoryData(Integer id,
Integer showNum,
Long xTenant)
标签上一次运行结果数据
|
com.squareup.okhttp.Call |
LabelApi.getLatestHistoryDataAsync(Integer id,
Integer showNum,
Long xTenant,
ApiCallback<CommonLabelResultData> callback)
标签上一次运行结果数据 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getLatestHistoryDataCall(Integer id,
Integer showNum,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLatestHistoryData
|
ApiResponse<CommonLabelResultData> |
LabelApi.getLatestHistoryDataWithHttpInfo(Integer id,
Integer showNum,
Long xTenant)
标签上一次运行结果数据
|
ByteDanceSeqResponseOpenApiManualTagInfo |
TagApi.getManualTagsList(String tenantCode)
查询某个用户身上的人工标签列表
|
com.squareup.okhttp.Call |
TagApi.getManualTagsListAsync(String tenantCode,
ApiCallback<ByteDanceSeqResponseOpenApiManualTagInfo> callback)
查询某个用户身上的人工标签列表 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.getManualTagsListCall(String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getManualTagsList
|
ApiResponse<ByteDanceSeqResponseOpenApiManualTagInfo> |
TagApi.getManualTagsListWithHttpInfo(String tenantCode)
查询某个用户身上的人工标签列表
|
CommonOnlineTagInfoResp |
LabelApi.getOnlineTagsProp(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType)
获取在线可用标签/属性/明细/行为事件列表
|
com.squareup.okhttp.Call |
LabelApi.getOnlineTagsPropAsync(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType,
ApiCallback<CommonOnlineTagInfoResp> callback)
获取在线可用标签/属性/明细/行为事件列表 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.getOnlineTagsPropCall(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getOnlineTagsProp
|
ApiResponse<CommonOnlineTagInfoResp> |
LabelApi.getOnlineTagsPropWithHttpInfo(String tenantCode,
String infoType,
Integer current,
Integer pageSize,
Integer idType)
获取在线可用标签/属性/明细/行为事件列表
|
RealtimeRuleListResp |
RealtimeRuleApi.getRealtimeRuleList(String tenantsCode,
Integer page,
Integer pageSize)
获取实时规则列表
|
com.squareup.okhttp.Call |
RealtimeRuleApi.getRealtimeRuleListAsync(String tenantsCode,
Integer page,
Integer pageSize,
ApiCallback<RealtimeRuleListResp> callback)
获取实时规则列表 (asynchronously)
|
com.squareup.okhttp.Call |
RealtimeRuleApi.getRealtimeRuleListCall(String tenantsCode,
Integer page,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRealtimeRuleList
|
ApiResponse<RealtimeRuleListResp> |
RealtimeRuleApi.getRealtimeRuleListWithHttpInfo(String tenantsCode,
Integer page,
Integer pageSize)
获取实时规则列表
|
ListIdType |
SubjectApi.getSubjectIdTypes(Integer subjectId)
查询实体列表
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectIdTypesAsync(Integer subjectId,
ApiCallback<ListIdType> callback)
查询实体列表 (asynchronously)
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectIdTypesCall(Integer subjectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubjectIdTypes
|
ApiResponse<ListIdType> |
SubjectApi.getSubjectIdTypesWithHttpInfo(Integer subjectId)
查询实体列表
|
ListSubjectMeta |
SubjectApi.getSubjects(Long xTenant,
Long orgId)
查询主体列表
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectsAsync(Long xTenant,
Long orgId,
ApiCallback<ListSubjectMeta> callback)
查询主体列表 (asynchronously)
|
com.squareup.okhttp.Call |
SubjectApi.getSubjectsCall(Long xTenant,
Long orgId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubjects
|
ApiResponse<ListSubjectMeta> |
SubjectApi.getSubjectsWithHttpInfo(Long xTenant,
Long orgId)
查询主体列表
|
ByteDanceSeqResponseSeqDomainGroupedTags |
TagApi.getTagsList(String tenantCode,
Integer idType,
Boolean discardValue)
获取所有标签列表,包含各个标签的取值
|
com.squareup.okhttp.Call |
TagApi.getTagsListAsync(String tenantCode,
Integer idType,
Boolean discardValue,
ApiCallback<ByteDanceSeqResponseSeqDomainGroupedTags> callback)
获取所有标签列表,包含各个标签的取值 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.getTagsListCall(String tenantCode,
Integer idType,
Boolean discardValue,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTagsList
|
ApiResponse<ByteDanceSeqResponseSeqDomainGroupedTags> |
TagApi.getTagsListWithHttpInfo(String tenantCode,
Integer idType,
Boolean discardValue)
获取所有标签列表,包含各个标签的取值
|
ByteDanceSeqResponseTagValueResp |
TagApi.getTagValues(String tenantCode,
Integer tagId)
获取某个标签的取值
|
com.squareup.okhttp.Call |
TagApi.getTagValuesAsync(String tenantCode,
Integer tagId,
ApiCallback<ByteDanceSeqResponseTagValueResp> callback)
获取某个标签的取值 (asynchronously)
|
com.squareup.okhttp.Call |
TagApi.getTagValuesCall(String tenantCode,
Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTagValues
|
ApiResponse<ByteDanceSeqResponseTagValueResp> |
TagApi.getTagValuesWithHttpInfo(String tenantCode,
Integer tagId)
获取某个标签的取值
|
OnlineGetUserDetailAndEventResp |
OnlineApi.getUserDetailAndEvent(OnlineGetUserDetailAndEventRequest body)
查询用户的行为和明细
|
com.squareup.okhttp.Call |
OnlineApi.getUserDetailAndEventAsync(OnlineGetUserDetailAndEventRequest body,
ApiCallback<OnlineGetUserDetailAndEventResp> callback)
查询用户的行为和明细 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getUserDetailAndEventCall(OnlineGetUserDetailAndEventRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserDetailAndEvent
|
ApiResponse<OnlineGetUserDetailAndEventResp> |
OnlineApi.getUserDetailAndEventWithHttpInfo(OnlineGetUserDetailAndEventRequest body)
查询用户的行为和明细
|
OnlineUserProfileRespWithPrivacy |
OnlineApi.getUserProfileWithPrivacy(OnlineGetUserProfileRequest body)
查询标签和属性
|
com.squareup.okhttp.Call |
OnlineApi.getUserProfileWithPrivacyAsync(OnlineGetUserProfileRequest body,
ApiCallback<OnlineUserProfileRespWithPrivacy> callback)
查询标签和属性 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getUserProfileWithPrivacyCall(OnlineGetUserProfileRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserProfileWithPrivacy
|
ApiResponse<OnlineUserProfileRespWithPrivacy> |
OnlineApi.getUserProfileWithPrivacyWithHttpInfo(OnlineGetUserProfileRequest body)
查询标签和属性
|
OnlineGetUserSegmentResp |
OnlineApi.getUserSegmentV2(OnlineGetUserSegmentRequest body)
查询用户是否命中分群v2
|
com.squareup.okhttp.Call |
OnlineApi.getUserSegmentV2Async(OnlineGetUserSegmentRequest body,
ApiCallback<OnlineGetUserSegmentResp> callback)
查询用户是否命中分群v2 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.getUserSegmentV2Call(OnlineGetUserSegmentRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserSegmentV2
|
ApiResponse<OnlineGetUserSegmentResp> |
OnlineApi.getUserSegmentV2WithHttpInfo(OnlineGetUserSegmentRequest body)
查询用户是否命中分群v2
|
ByteDanceResponseRecordSegShardInfoResp |
SegmentationApi.legacyCreateUploadSegment(LegacyUploadedSegCreateRequest body,
Integer tenantId)
创建上传分群
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateUploadSegmentAsync(LegacyUploadedSegCreateRequest body,
Integer tenantId,
ApiCallback<ByteDanceResponseRecordSegShardInfoResp> callback)
创建上传分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateUploadSegmentCall(LegacyUploadedSegCreateRequest body,
Integer tenantId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyCreateUploadSegment
|
ApiResponse<ByteDanceResponseRecordSegShardInfoResp> |
SegmentationApi.legacyCreateUploadSegmentWithHttpInfo(LegacyUploadedSegCreateRequest body,
Integer tenantId)
创建上传分群
|
ByteDanceResponseSegmentationResp |
SegmentationApi.legacyGetSegment(Integer tenantId,
Integer segId)
分群详情
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentAsync(Integer tenantId,
Integer segId,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
分群详情 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentCall(Integer tenantId,
Integer segId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyGetSegment
|
ByteDanceResponseSegmentationListResp |
SegmentationApi.legacyGetSegmentList(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled)
分群列表查看,分页
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentListAsync(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled,
ApiCallback<ByteDanceResponseSegmentationListResp> callback)
分群列表查看,分页 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentListCall(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for legacyGetSegmentList
|
ApiResponse<ByteDanceResponseSegmentationListResp> |
SegmentationApi.legacyGetSegmentListWithHttpInfo(Integer tenantId,
Integer current,
Integer pageSize,
String keyword,
Boolean isSelfSee,
Boolean isOnlySourceReady,
String idType,
String segTypes,
String sourcePlatform,
Boolean isAbaseAvailable,
Boolean isAbaseEnabled)
分群列表查看,分页
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.legacyGetSegmentWithHttpInfo(Integer tenantId,
Integer segId)
分群详情
|
ByteDanceNormalResponseIdTypeResp |
IdTypeApi.listIdTypeMetaByTenant(String xTenant)
获取idType元信息
|
com.squareup.okhttp.Call |
IdTypeApi.listIdTypeMetaByTenantAsync(String xTenant,
ApiCallback<ByteDanceNormalResponseIdTypeResp> callback)
获取idType元信息 (asynchronously)
|
com.squareup.okhttp.Call |
IdTypeApi.listIdTypeMetaByTenantCall(String xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listIdTypeMetaByTenant
|
ApiResponse<ByteDanceNormalResponseIdTypeResp> |
IdTypeApi.listIdTypeMetaByTenantWithHttpInfo(String xTenant)
获取idType元信息
|
ListDataSourceListItemVo |
DatasourceApi.queryDataSourceList(Long xTenant,
String sourceName)
查询数据源列表openapi
|
com.squareup.okhttp.Call |
DatasourceApi.queryDataSourceListAsync(Long xTenant,
String sourceName,
ApiCallback<ListDataSourceListItemVo> callback)
查询数据源列表openapi (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.queryDataSourceListCall(Long xTenant,
String sourceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryDataSourceList
|
ApiResponse<ListDataSourceListItemVo> |
DatasourceApi.queryDataSourceListWithHttpInfo(Long xTenant,
String sourceName)
查询数据源列表openapi
|
ListCdpEventVo |
DatasourceApi.queryeventList(Integer dataSourceId)
查询事件列表
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventListAsync(Integer dataSourceId,
ApiCallback<ListCdpEventVo> callback)
查询事件列表 (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventListCall(Integer dataSourceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryeventList
|
ApiResponse<ListCdpEventVo> |
DatasourceApi.queryeventListWithHttpInfo(Integer dataSourceId)
查询事件列表
|
ListCdpEventPropertyVo |
DatasourceApi.queryeventPropertyList(Long xTenant,
Integer eventId)
查询事件属性列表
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventPropertyListAsync(Long xTenant,
Integer eventId,
ApiCallback<ListCdpEventPropertyVo> callback)
查询事件属性列表 (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.queryeventPropertyListCall(Long xTenant,
Integer eventId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryeventPropertyList
|
ApiResponse<ListCdpEventPropertyVo> |
DatasourceApi.queryeventPropertyListWithHttpInfo(Long xTenant,
Integer eventId)
查询事件属性列表
|
ResNodeLineage |
LineageApi.queryLineageByNid(String bizType,
Long nativeId)
根据业务类型&原生ID查询出入度数据血缘
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
com.squareup.okhttp.Call |
LineageApi.queryLineageByNidAsync(String bizType,
Long nativeId,
ApiCallback<ResNodeLineage> callback)
根据业务类型&原生ID查询出入度数据血缘 (asynchronously)
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
com.squareup.okhttp.Call |
LineageApi.queryLineageByNidCall(String bizType,
Long nativeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryLineageByNid
|
ApiResponse<ResNodeLineage> |
LineageApi.queryLineageByNidWithHttpInfo(String bizType,
Long nativeId)
根据业务类型&原生ID查询出入度数据血缘
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
ListCdpPropertyVo |
DatasourceApi.querypropertyList(Integer dataSourceId)
查询单个数据源的表属性字段列表openapi
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyListAsync(Integer dataSourceId,
ApiCallback<ListCdpPropertyVo> callback)
查询单个数据源的表属性字段列表openapi (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyListCall(Integer dataSourceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for querypropertyList
|
ApiResponse<ListCdpPropertyVo> |
DatasourceApi.querypropertyListWithHttpInfo(Integer dataSourceId)
查询单个数据源的表属性字段列表openapi
|
ListString |
DatasourceApi.querypropertyValues(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword)
查询属性枚举值
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyValuesAsync(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword,
ApiCallback<ListString> callback)
查询属性枚举值 (asynchronously)
|
com.squareup.okhttp.Call |
DatasourceApi.querypropertyValuesCall(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for querypropertyValues
|
ApiResponse<ListString> |
DatasourceApi.querypropertyValuesWithHttpInfo(Integer id,
Integer dataSourceId,
Integer page,
Integer pageSize,
String keyword)
查询属性枚举值
|
ByteDanceSeqResponseString |
OnlineApi.queryUserSeg(String id,
String segIds,
Long xTenant)
查询用户是否命中人群,高速接口
|
com.squareup.okhttp.Call |
OnlineApi.queryUserSegAsync(String id,
String segIds,
Long xTenant,
ApiCallback<ByteDanceSeqResponseString> callback)
查询用户是否命中人群,高速接口 (asynchronously)
|
com.squareup.okhttp.Call |
OnlineApi.queryUserSegCall(String id,
String segIds,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryUserSeg
|
ApiResponse<ByteDanceSeqResponseString> |
OnlineApi.queryUserSegWithHttpInfo(String id,
String segIds,
Long xTenant)
查询用户是否命中人群,高速接口
|
CommonBoolean |
LabelApi.rerunLabel(RerunRequest body,
Long xTenant)
标签重跑
|
com.squareup.okhttp.Call |
LabelApi.rerunLabelAsync(RerunRequest body,
Long xTenant,
ApiCallback<CommonBoolean> callback)
标签重跑 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.rerunLabelCall(RerunRequest body,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rerunLabel
|
ApiResponse<CommonBoolean> |
LabelApi.rerunLabelWithHttpInfo(RerunRequest body,
Long xTenant)
标签重跑
|
ByteDanceResponseSegmentationOnlineServiceEnableResp |
SegmentationApi.segmentOnlineServiceEnable(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId)
分群在线服务开启/关闭
开启/关闭单个分群的在线服务
|
com.squareup.okhttp.Call |
SegmentationApi.segmentOnlineServiceEnableAsync(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId,
ApiCallback<ByteDanceResponseSegmentationOnlineServiceEnableResp> callback)
分群在线服务开启/关闭 (asynchronously)
开启/关闭单个分群的在线服务
|
com.squareup.okhttp.Call |
SegmentationApi.segmentOnlineServiceEnableCall(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for segmentOnlineServiceEnable
|
ApiResponse<ByteDanceResponseSegmentationOnlineServiceEnableResp> |
SegmentationApi.segmentOnlineServiceEnableWithHttpInfo(ByteDanceResponseSegmentationOnlineServiceEnableReq body,
Integer tenantId,
Integer segId)
分群在线服务开启/关闭
开启/关闭单个分群的在线服务
|
CommonDataModelId |
LabelApi.uploadLabelData(File file,
Long xTenant)
上传标签文件
|
com.squareup.okhttp.Call |
LabelApi.uploadLabelDataAsync(File file,
Long xTenant,
ApiCallback<CommonDataModelId> callback)
上传标签文件 (asynchronously)
|
com.squareup.okhttp.Call |
LabelApi.uploadLabelDataCall(File file,
Long xTenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadLabelData
|
ApiResponse<CommonDataModelId> |
LabelApi.uploadLabelDataWithHttpInfo(File file,
Long xTenant)
上传标签文件
|
ByteDanceResponseSegmentationUploadResp |
SegmentationApi.uploadSegFile(File file,
Integer tenantId)
上传分群文件
|
com.squareup.okhttp.Call |
SegmentationApi.uploadSegFileAsync(File file,
Integer tenantId,
ApiCallback<ByteDanceResponseSegmentationUploadResp> callback)
上传分群文件 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.uploadSegFileCall(File file,
Integer tenantId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadSegFile
|
ApiResponse<ByteDanceResponseSegmentationUploadResp> |
SegmentationApi.uploadSegFileWithHttpInfo(File file,
Integer tenantId)
上传分群文件
|
Copyright © 2023. All rights reserved.