public class AppApi extends BaseThirdPartySysApi
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppApi.ApkStatus |
static class |
AppApi.AppBaseType |
static class |
AppApi.AppChargeType |
static class |
AppApi.AppOsType |
static class |
AppApi.AppSearchOrderBy |
static class |
AppApi.AppStatus |
BaseThirdPartySysApi.PushStatus, BaseThirdPartySysApi.SearchOrderByconnectTimeout, readTimeout, retryTimes| 构造器和说明 |
|---|
AppApi(String baseUrl,
String apiKey,
String apiSecret) |
AppApi(String baseUrl,
String apiKey,
String apiSecret,
Locale locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<AppPageDTO> |
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> |
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> |
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) |
createSdkRequest, getApiKey, getApiSecret, getBaseUrl, getMessage, getPageRequest, setApiKey, setApiSecret, setRetryTimes, setSDKConnectTimeout, setSDKReadTimeout, validate, validateCreate, validateDelete, validateId, validateStr, validateUpdatepublic Result<AppPageDTO> 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)
public Result<AppPageDTO> 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)
public Result<AppPageDTO> 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)
Copyright © 2021. All rights reserved.