| 程序包 | 说明 |
|---|---|
| com.pax.market.api.sdk.java.api.app |
| 限定符和类型 | 方法和说明 |
|---|---|
static AppApi.AppChargeType |
AppApi.AppChargeType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AppApi.AppChargeType[] |
AppApi.AppChargeType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Result<AppPageDTO> |
AppApi.searchApp(int pageNo,
int pageSize,
AppApi.AppSearchOrderBy orderBy,
String name,
AppApi.AppOsType osType,
AppApi.AppChargeType chargeType,
AppApi.AppBaseType baseType,
AppApi.AppStatus appStatus,
AppApi.ApkStatus apkStatus,
Boolean specificReseller,
Boolean specificMerchantCategory) |
Result<AppPageDTO> |
AppApi.searchApp(int pageNo,
int pageSize,
AppApi.AppSearchOrderBy orderBy,
String name,
AppApi.AppOsType osType,
AppApi.AppChargeType chargeType,
AppApi.AppBaseType baseType,
AppApi.AppStatus appStatus,
AppApi.ApkStatus apkStatus,
Boolean specificReseller,
Boolean specificMerchantCategory,
Boolean includeSubscribedApp) |
Result<AppPageDTO> |
AppApi.searchApp(int pageNo,
int pageSize,
AppApi.AppSearchOrderBy orderBy,
String name,
AppApi.AppOsType osType,
AppApi.AppChargeType chargeType,
AppApi.AppBaseType baseType,
AppApi.AppStatus appStatus,
AppApi.ApkStatus apkStatus,
Boolean specificReseller,
Boolean specificMerchantCategory,
Boolean includeSubscribedApp,
String resellerName) |
Copyright © 2021. All rights reserved.