| 程序包 | 说明 |
|---|---|
| code.byted.cdp.model | |
| code.byted.cdp.openapi |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteDanceResponseSegmentationResp |
ByteDanceResponseSegmentationResp.code(Long code) |
ByteDanceResponseSegmentationResp |
ByteDanceResponseSegmentationResp.data(LegacySegOpenApiInfoResponse data) |
ByteDanceResponseSegmentationResp |
ByteDanceResponseSegmentationResp.msg(String msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteDanceResponseSegmentationResp |
SegmentationApi.createConditionalSegment(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body)
创建离线规则-简化
|
ByteDanceResponseSegmentationResp |
SegmentationApi.legacyCreateManualSegment(Integer tenantId,
LegacyManualSegCreateRequest body)
创建人工分群
|
ByteDanceResponseSegmentationResp |
SegmentationApi.legacyGetSegment(Integer tenantId,
Integer segId)
分群详情
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.createConditionalSegmentWithHttpInfo(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body)
创建离线规则-简化
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.legacyCreateManualSegmentWithHttpInfo(Integer tenantId,
LegacyManualSegCreateRequest body)
创建人工分群
|
ApiResponse<ByteDanceResponseSegmentationResp> |
SegmentationApi.legacyGetSegmentWithHttpInfo(Integer tenantId,
Integer segId)
分群详情
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Call |
SegmentationApi.createConditionalSegmentAsync(Integer tenantId,
SimplifiedSegCreateOrUpdateRequest body,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
创建离线规则-简化 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyCreateManualSegmentAsync(Integer tenantId,
LegacyManualSegCreateRequest body,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
创建人工分群 (asynchronously)
|
com.squareup.okhttp.Call |
SegmentationApi.legacyGetSegmentAsync(Integer tenantId,
Integer segId,
ApiCallback<ByteDanceResponseSegmentationResp> callback)
分群详情 (asynchronously)
|
Copyright © 2024. All rights reserved.