索引
所有程序包|所有类和接口|序列化表格
A
- ApiClient - com.infilake.openapi.bidding中的类
-
Infilake OpenAPI Client Full-featured API client with built-in authentication
- ApiClient(String, String, String) - 类的构造器 com.infilake.openapi.bidding.ApiClient
-
Initialize API Client
- ApiClient.ApiResponse - com.infilake.openapi.bidding中的类
-
API Response object
- ApiDebugTest - com.infilake.openapi.bidding.demo中的类
-
API Debug Test - Test real API endpoints Tests both raw HTTP response and typed SDK methods
- ApiDebugTest() - 类的构造器 com.infilake.openapi.bidding.demo.ApiDebugTest
- ApiResponse(int, String, Map<String, String>) - 类的构造器 com.infilake.openapi.bidding.ApiClient.ApiResponse
- ApiResult<T> - com.infilake.openapi.bidding.model.base中的类
-
API 响应结果包装类
- ApiResult() - 类的构造器 com.infilake.openapi.bidding.model.base.ApiResult
-
默认构造函数
- ApiResult(int, String, T) - 类的构造器 com.infilake.openapi.bidding.model.base.ApiResult
-
完整构造函数
- applicant(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- applicantName(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- ApplicationItem - com.infilake.openapi.bidding.model中的类
-
Application item entity (采购申请明细)
- ApplicationItem() - 类的构造器 com.infilake.openapi.bidding.model.ApplicationItem
- ApplicationItem.Builder - com.infilake.openapi.bidding.model中的类
-
Builder pattern for ApplicationItem
- applicationLists(List<ApplicationItem>) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- applicationNo(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- approvalTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- approvedQuantity(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- approver(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- AuthResult(String, String) - 类的构造器 com.infilake.openapi.bidding.AuthSDK.AuthResult
- AuthSDK - com.infilake.openapi.bidding中的类
-
Infilake OpenAPI Auth SDK SDK for generating HMAC-SHA256 authorization headers
- AuthSDK(String) - 类的构造器 com.infilake.openapi.bidding.AuthSDK
-
Initialize AuthSDK with HMAC secret
- AuthSDK.AuthResult - com.infilake.openapi.bidding中的类
-
Authorization result containing timestamp and signature
B
- BaseEntity - com.infilake.openapi.bidding.model.base中的类
-
Base entity class with common fields Provides common fields that many entities share: - id - createTime - updateTime
- BaseEntity() - 类的构造器 com.infilake.openapi.bidding.model.base.BaseEntity
- BiddingApiClient - com.infilake.openapi.bidding中的类
-
采购平台Open API客户端 (v1.5.3) 封装了所有采购平台API接口,提供类型安全的方法调用
- BiddingApiClient(String, String, String) - 类的构造器 com.infilake.openapi.bidding.BiddingApiClient
-
创建采购平台API客户端
- BiddingApiDemo - com.infilake.openapi.bidding.demo中的类
-
采购平台API完整使用示例 展示如何使用BiddingApiClient调用所有采购平台API
- BiddingApiDemo() - 类的构造器 com.infilake.openapi.bidding.demo.BiddingApiDemo
- BiddingApiException - com.infilake.openapi.bidding.exception中的异常错误类
-
Base checked exception for Bidding API errors
- BiddingApiException(int, String, String) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.BiddingApiException
-
Constructs a new BiddingApiException
- BiddingApiException(int, String, String, Throwable) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.BiddingApiException
-
Constructs a new BiddingApiException with a cause
- BiddingApiExceptionFactory - com.infilake.openapi.bidding.exception中的类
-
Exception factory for creating specific exception instances based on error codes
- BiddingApiExceptionFactory() - 类的构造器 com.infilake.openapi.bidding.exception.BiddingApiExceptionFactory
- brand(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- brand(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置品牌(可选)
- build() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
-
Build the ApplicationItem instance Validates required fields.
- build() - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
构建 Category 实例
- build() - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
Build the Product instance Validates required fields before building.
- build() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
-
Build the PurchaseApplication instance Validates required fields.
- builder() - 类中的静态方法 com.infilake.openapi.bidding.model.ApplicationItem
-
Create a new Builder for ApplicationItem
- builder() - 类中的静态方法 com.infilake.openapi.bidding.model.Category
-
创建类别构建器
- builder() - 类中的静态方法 com.infilake.openapi.bidding.model.Product
-
创建产品构建器
- builder() - 类中的静态方法 com.infilake.openapi.bidding.model.PurchaseApplication
-
Create a new Builder for PurchaseApplication
- Builder() - 类的构造器 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- Builder() - 类的构造器 com.infilake.openapi.bidding.model.Category.Builder
-
构造一个新的 Builder 实例
- Builder() - 类的构造器 com.infilake.openapi.bidding.model.Product.Builder
-
构造一个新的 Builder 实例
- Builder() - 类的构造器 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- buildForCreate() - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
构建用于创建操作的 Category 实例
- buildForCreate() - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
构建用于创建操作的 Product 实例
- buildForUpdate() - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
构建用于更新操作的 Category 实例
- buildForUpdate() - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
构建用于更新操作的 Product 实例
C
- category(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置类别ID(可选)
- Category - com.infilake.openapi.bidding.model中的类
-
商品类别实体
- Category() - 类的构造器 com.infilake.openapi.bidding.model.Category
-
默认构造函数
- Category.Builder - com.infilake.openapi.bidding.model中的类
-
Category 构建器
- categoryCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置类别代码(必填)
- categoryCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置类别编码(可选,与category二选一)
- categoryName(String) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置类别名称(必填)
- categoryName(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置类别名称(只读,由系统自动填充)
- clientApplicationNo(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- code(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置产品代码(可选,创建时如不提供将自动生成)
- com.infilake.openapi.bidding - 程序包 com.infilake.openapi.bidding
- com.infilake.openapi.bidding.demo - 程序包 com.infilake.openapi.bidding.demo
- com.infilake.openapi.bidding.exception - 程序包 com.infilake.openapi.bidding.exception
- com.infilake.openapi.bidding.model - 程序包 com.infilake.openapi.bidding.model
- com.infilake.openapi.bidding.model.base - 程序包 com.infilake.openapi.bidding.model.base
- com.infilake.openapi.bidding.parser - 程序包 com.infilake.openapi.bidding.parser
- createCategory(Category) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
新增物料类别(Safe版本,使用对象)
- createCategory(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
新增物料类别(Safe版本)
- createCategoryChecked(Category) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
新增物料类别(使用对象)
- createCategoryChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
新增物料类别
- createException(int, String) - 类中的静态方法 com.infilake.openapi.bidding.exception.BiddingApiExceptionFactory
-
Create a BiddingApiException based on error code and message
- createOrderFulfillmentIn(String, File[], File[], File[]) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
新增收货入库(Safe版本)
- createOrderFulfillmentInChecked(String, File[], File[], File[]) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
新增收货入库
- createProduct(Product) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
创建物料信息(Safe版本,使用对象)
- createProduct(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
创建物料信息(Safe版本)
- createProductChecked(Product) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
创建物料信息(使用对象)
- createProductChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
创建物料信息
D
- DataConflictException - com.infilake.openapi.bidding.exception中的异常错误类
-
数据冲突异常 (20501)
- DataConflictException(String) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.DataConflictException
- DataConflictException(String, Throwable) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.DataConflictException
- DataNotFoundException - com.infilake.openapi.bidding.exception中的异常错误类
-
数据不存在异常 (20502)
- DataNotFoundException(String) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.DataNotFoundException
- DataNotFoundException(String, Throwable) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.DataNotFoundException
- delete(String) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Execute HTTP DELETE request
- deleteCategory(Long) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
删除物料类别(Safe版本)
- deleteCategoryChecked(Long) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
删除物料类别
- deleteProduct(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
删除商品信息(Safe版本)
- deleteProductChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
删除商品信息
- description(String) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置描述信息(可选)
- description(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置产品描述(可选)
- downloadInvoice(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
下载发票(Safe版本)
- downloadInvoiceChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
下载发票
E
- estimatedTotalPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- estimatedUnitPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- expectedDeliveryDate(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- expectedDeliveryTime(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- ExpressTrace() - 类的构造器 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- extendFields(Map<String, Object>) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
-
设置扩展字段
F
- FullDemo - com.infilake.openapi.bidding.demo中的类
-
Complete demo showing all SDK features
- FullDemo() - 类的构造器 com.infilake.openapi.bidding.demo.FullDemo
G
- generateTimestamp() - 类中的静态方法 com.infilake.openapi.bidding.AuthSDK
-
Generate timestamp in format: YYYYMMDDTHHMMSSZ
- get(String) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Execute HTTP GET request without query parameters
- get(String, Map<String, String>) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Execute HTTP GET request
- getAcceptanceDate() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getAcceptanceDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getAcceptanceDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getAcceptanceStatus() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getAcceptanceStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getAcceptor() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getAcceptor() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getAcceptor() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getAcceptorId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getActualDeliveryDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getAddress() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getAddress() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getAddress() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getAllowAccept() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getAllowAccept() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getAllowAccept() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getAmount() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getAmount() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getAmount() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getAmount() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getApplicant() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getApplicant() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getApplicantId() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getApplicantName() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getApplicantName() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getApplicantName() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getApplicantName() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getApplicationId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getApplicationId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getApplicationLists() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getApplicationNo() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getApplicationTime() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getApprovalComment() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getApprovalResult() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getApprovalTime() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getApprovalTime() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getApproveDate() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getApproveDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getApprovedQuantity() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getApprover() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getApproverId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getApproverId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getAuthHeaders() - 类中的方法 com.infilake.openapi.bidding.ApiClient.ApiResponse
- getAvatar() - 类中的方法 com.infilake.openapi.bidding.model.User
- getBankAccount() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getBidOpeningTime() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getBillStatus() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getBillStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getBody() - 类中的方法 com.infilake.openapi.bidding.ApiClient.ApiResponse
- getBrand() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getBrand() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getBrand() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getBrand() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getBrand() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getBudget() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getBuyerName() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getBuyerOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getBuyerOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getBuyerOrganizationName() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getCancelReason() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getCancelReason() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getCapacity() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getCategory() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getCategory() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getCategoryCode() - 类中的方法 com.infilake.openapi.bidding.model.Category
- getCategoryCode() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getCategoryId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getCategoryId() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getCategoryName() - 类中的方法 com.infilake.openapi.bidding.model.Category
- getCategoryName() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getCategoryName() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getCategoryName() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getCategoryPage(Integer, Integer, String, String, Boolean) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
按条件分页查询商品分类(Safe版本)
- getCategoryPageChecked(Integer, Integer, String, String, Boolean) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
按条件分页查询商品分类
- getCertificationDate() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getCity() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getCity() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getClientApplicationNo() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getCode() - 异常错误类中的方法 com.infilake.openapi.bidding.exception.BiddingApiException
-
Get the error code
- getCode() - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
-
Get the response code
- getCode() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getCode() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getComment() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getComment() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getComment() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getComment() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getCompanyName() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getCompanyName() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getCompanyNo() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getContactEmail() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getContactPerson() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getContactPerson() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getContactPerson() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getContactPerson() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getContactPhone() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getContactPhone() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getContactPhone() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getContactPhone() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getCorFulfillmentItem() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getCorOrderItem() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getCounts() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getCourierName() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getCreatedAt() - 类中的方法 com.infilake.openapi.bidding.model.User
- getCreatedBy() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getCreatedBy() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getCreatedName() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getCreateTime() - 类中的方法 com.infilake.openapi.bidding.model.base.BaseEntity
-
Get creation time
- getCreateTime() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getCreator() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getCreatorId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getCreditCode() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getCreditRating() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getCurrent() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Get current page number
- getData() - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
-
Get the response data
- getDeletedAt() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getDeleteDate() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getDeleteDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getDeleteUserId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getDeleteUserId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getDeliverDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getDeliverStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getDeliverType() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getDeliverUserId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getDeliverUserName() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getDeliveryAddress() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getDeliveryDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getDepartmentId() - 类中的方法 com.infilake.openapi.bidding.model.User
- getDepartmentName() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getDepartmentName() - 类中的方法 com.infilake.openapi.bidding.model.User
- getDescription() - 类中的方法 com.infilake.openapi.bidding.model.Category
- getDescription() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- getDescription() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getDescription() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getDescription() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getDetailedAddress() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getDiscount() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getDiscount() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getDistrict() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getDistrict() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getDownloadUrl() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getEmail() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getEmail() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getEmail() - 类中的方法 com.infilake.openapi.bidding.model.User
- getEndDate() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getErrorName() - 异常错误类中的方法 com.infilake.openapi.bidding.exception.BiddingApiException
-
Get the error name
- getEstimatedTotalPrice() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getEstimatedUnitPrice() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getExpectedDate() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getExpectedDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getExpectedDeliveryDate() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getExpectedDeliveryDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getExpectedDeliveryTime() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getExpectedDeliveryTime() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getExpressCode() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getExpressCompany() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getExpressCost() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getExpressCost() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getExpressInfo() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getExpressNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getExpressUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getExtendFields() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getFileName() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getFileSize() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getFulfillmentId() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getFulfillmentItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getFulfillmentNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getFulfillmentNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getFulfillmentNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getFulfillmentNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getFulfillmentNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getFulfillmentNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getFulfillmentStatus() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getFulfillmentStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getFullAddress() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getHeaders(String, String) - 类中的方法 com.infilake.openapi.bidding.AuthSDK
-
Generate headers map ready for HTTP request
- getId() - 类中的方法 com.infilake.openapi.bidding.model.base.BaseEntity
-
Get the entity ID
- getId() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getId() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getId() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getId() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getId() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getId() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getId() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getId() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getId() - 类中的方法 com.infilake.openapi.bidding.model.User
- getImageUrl() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getInquiryItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getInquiryItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getInquiryTime() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getInvoice() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getInvoiceAmount() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getInvoiceCode() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getInvoiceDate() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getInvoiceDate() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getInvoiceDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getInvoiceInfo() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getInvoiceInfoId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getInvoiceNo() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getInvoiceStatus() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getInvoiceStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getInvoiceStatus() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getInvoiceTime() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getInvoiceTitle() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getInvoiceType() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getInvoiceType() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getInvoiceUserId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getInvoiceUserId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getInvoiceUserId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getIsActive() - 类中的方法 com.infilake.openapi.bidding.model.Category
- getIsActive() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getIsBind() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getIsDefault() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getIsDeleted() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getIsDeleted() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getIsDeleted() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getIsDeleted() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getIssueDate() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getIssueDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getIssuer() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getIssueStatus() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getIssueStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getIssueUserId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getIssueUserId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getItemCode() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getItemCode() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getItemCode() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- getItemId() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getItemName() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getItemName() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getItemName() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- getItems() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getItems() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getItems() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getLocation() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- getLocation() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getManufacturer() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getMessage() - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
-
Get the response message
- getModel() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getName() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getName() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getName() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getName() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getName() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getName() - 类中的方法 com.infilake.openapi.bidding.model.User
- getName() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getObjectMapper() - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonUtils
-
Get the shared ObjectMapper instance
- getOrderByClientApplicationNo(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
根据客户端申请单号查询订单(Safe版本)
- getOrderByClientApplicationNoChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
根据客户端申请单号查询订单
- getOrderDetail(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取订单详情(Safe版本)
- getOrderDetailChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取订单详情
- getOrderExpress(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取订单履约物流信息(Safe版本)
- getOrderExpressChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取订单履约物流信息
- getOrderFulfillment(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取订单履约详情(Safe版本)
- getOrderFulfillmentByClientApplicationNo(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
根据客户端申请单号查询订单履约单(Safe版本)
- getOrderFulfillmentByClientApplicationNoChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
根据客户端申请单号查询订单履约单
- getOrderFulfillmentChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取订单履约详情
- getOrderFulfillments() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getOrderId() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getOrderId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getOrderId() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getOrderItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getOrderItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getOrderNo() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getOrderOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getOrderOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getOrderPage(Integer, Integer, String, String, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
订单信息分页查询(Safe版本)
- getOrderPageChecked(Integer, Integer, String, String, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
订单信息分页查询
- getOrderReturnDetailChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
已过时。
- getOrderReturnItemDetail(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取退货详情(Safe版本)
- getOrderReturnItemDetailChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取退货详情
- getOrderReturnItemPage(Integer, Integer, String, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
按条件分页查询退货详情(Safe版本)
- getOrderReturnItemPageChecked(Integer, Integer, String, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
按条件分页查询退货详情
- getOrderReturnPageChecked(Integer, Integer, String, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
- getOrders() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getOrganization() - 类中的方法 com.infilake.openapi.bidding.model.Profile
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Category
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getOrganizationName() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getOrganizationName() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getOrganizationName() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getOrganizationName() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getOwnerId() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- getParentId() - 类中的方法 com.infilake.openapi.bidding.model.Category
- getPayDate() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getPayDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getPayee() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getPaymentDate() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getPaymentStatus() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getPaymentTime() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getPaymentUserId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getPayStatus() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getPayStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getPayType() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getPayType() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getPayUserId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getPayUserId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getPhone() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getPhone() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getPhone() - 类中的方法 com.infilake.openapi.bidding.model.User
- getPreItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getPreItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getPreItemId() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getPrePurchaseNo() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getPrincipal() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getPrincipalId() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getProductCode() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getProductCode() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getProductCode() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getProductDesc() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getProductDesc() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getProductDesc() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getProductName() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getProductName() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getProductName() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getProductName() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getProductNum() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getProductNum() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getProductNum() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getProductPrice() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getProductPrice() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getProductPrice() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getProductSpec() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getProductSpec() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getProductSpec() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getProductUnit() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getProductUnit() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getProductUnit() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getProfile() - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取Profile信息(Safe版本)
- getProfileChecked() - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取Profile信息
- getProjectBudget() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectCode() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectDetail(Integer) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
查询项目详情(Safe版本)
- getProjectDetailChecked(Integer) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
查询项目详情
- getProjectEnd() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectId() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getProjectId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getProjectId() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectLeader() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectLeaderUser() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectManager() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectMember() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectMembers() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectName() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getProjectName() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getProjectName() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectPage(Integer, Integer, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
项目分页查询(Safe版本)
- getProjectPageChecked(Integer, Integer, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
项目分页查询
- getProjectStart() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProjectType() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getProvince() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- getProvince() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getPurchaser() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getPurchaser() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getPurchaser() - 类中的方法 com.infilake.openapi.bidding.model.Profile
- getPurchaseReason() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getPurchaserId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getPurchaserId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getPurchaserId() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getPurchaserId() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getPurchaserId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getPurchaserName() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getQuantity() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getReason() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getReceiverAddress() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getReceiverName() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getReceiverPhone() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getRecipient() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getRecipient() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getRecipientId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getRecipientId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getRecipients() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getRecords() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Get the list of records
- getRemainingBudget() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
-
已过时。
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getRemark() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getRemarks() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getReminder() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getRequestedQuantity() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getReturnAmount() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getReturnAmount() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getReturnExpress() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getReturnId() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getReturnNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getReturnNo() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getReturnNum() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getReturnNum() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getReturnNumber() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getReturnPics() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getReturnPicsTmp() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getReturnQuantity() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- getReturnReason() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- getReturnReason() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getReturnType() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getReturnUserId() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getReturnUsername() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getReviewer() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getSenderAddress() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getSenderName() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getSenderPhone() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getSettlementAmount() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getSettlementDate() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getSettlementNo() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getSettlementPage(Integer, Integer, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
分页查询结算单(Safe版本)
- getSettlementPageChecked(Integer, Integer, String, String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
分页查询结算单
- getShippingDate() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getSize() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Get page size
- getSort() - 类中的方法 com.infilake.openapi.bidding.model.Category
- getSpecification() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getSpecification() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getSpecification() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getStandardPrice() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getStartDate() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getStatus() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getStatusCode() - 类中的方法 com.infilake.openapi.bidding.ApiClient.ApiResponse
- getSubStatus() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getSupplier() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getSupplier() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getSupplierId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getSupplierId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getSupplierId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getSupplierId() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getSupplierId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getSupplierName() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getSupplierName() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getSupplierName() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getSupplierNo() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- getSupplierOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getSupplierOrganizationId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getSupplierOrganizationName() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getSupplierReceivableAccountId() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getTaxAmount() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getTaxAmount() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getTaxNo() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getTaxRate() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getTeamId() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getTeamId() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- getTeamId() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getTeamId() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getTime() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- getTitle() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getTotal() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Get total record count
- getTotalAmount() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- getTotalAmount() - 类中的方法 com.infilake.openapi.bidding.model.Order
- getTotalAmount() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- getTotalAmount() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getTotalPages() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Get total number of pages
- getTotalPrice() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getTraces() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- getType() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getTypeNum() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getUnfulfillProductNum() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- getUnit() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getUnit() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getUnit() - 类中的方法 com.infilake.openapi.bidding.model.Product
- getUnitPrice() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- getUpdatedAt() - 类中的方法 com.infilake.openapi.bidding.model.User
- getUpdateTime() - 类中的方法 com.infilake.openapi.bidding.model.base.BaseEntity
-
Get update time
- getUpdateTime() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getUsedBudget() - 类中的方法 com.infilake.openapi.bidding.model.Project
- getUsedCapacity() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getUsername() - 类中的方法 com.infilake.openapi.bidding.model.User
- getWarehouseId() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getWarehouseId() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getWarehouseId() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getWarehouseName() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- getWarehouseName() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- getWarehousePage(Integer, Integer, String, Boolean) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取仓库列表(Safe版本)
- getWarehousePageChecked(Integer, Integer, String, Boolean) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
获取仓库列表
- getWarehouseType() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- getXAuthorization() - 类中的方法 com.infilake.openapi.bidding.AuthSDK.AuthResult
- getXTimestamp() - 类中的方法 com.infilake.openapi.bidding.AuthSDK.AuthResult
- getZipCode() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
H
- hasNext() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Check if there are more pages
- hasPrevious() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Check if there are previous pages
I
- id(Long) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置类别ID(用于更新操作)
- id(Long) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置产品ID(用于更新操作)
- id(Long) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- imageUrl(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置产品图片URL(可选)
- importPurchaseApplication(PurchaseApplication) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
导入采购申请(Safe版本,使用对象)
- importPurchaseApplication(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
导入采购申请(Safe版本)
- importPurchaseApplicationChecked(PurchaseApplication) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
导入采购申请(使用对象)
- importPurchaseApplicationChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
导入采购申请
- InternalErrorException - com.infilake.openapi.bidding.exception中的异常错误类
-
服务器内部错误异常 (20500)
- InternalErrorException(String) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.InternalErrorException
- InternalErrorException(String, Throwable) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.InternalErrorException
- Invoice - com.infilake.openapi.bidding.model中的类
-
Invoice entity (发票) Represents an invoice document
- Invoice() - 类的构造器 com.infilake.openapi.bidding.model.Invoice
- isActive(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置是否启用(可选)
- isFirstPage() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Check if this is the first page
- isLastPage() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Check if this is the last page
- isSuccess() - 类中的方法 com.infilake.openapi.bidding.ApiClient.ApiResponse
- isSuccess() - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
-
检查API调用是否成功
- itemCode(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- itemId(Long) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- itemName(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
J
- JsonParser - com.infilake.openapi.bidding.parser中的类
-
Lightweight JSON parser using only Java standard library This parser is designed specifically for InfiLake OpenAPI responses.
- JsonParserTest - com.infilake.openapi.bidding.demo中的类
-
JSON解析器测试 验证零依赖JSON解析器能正确处理InfiLake API响应
- JsonParserTest() - 类的构造器 com.infilake.openapi.bidding.demo.JsonParserTest
- JsonUtils - com.infilake.openapi.bidding.parser中的类
-
JSON utility class using Jackson for robust JSON processing Provides methods to convert JSON to typed Java objects using Jackson ObjectMapper.
- JsonUtils() - 类的构造器 com.infilake.openapi.bidding.parser.JsonUtils
M
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.ApiDebugTest
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.BiddingApiDemo
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.FullDemo
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.JsonParserTest
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.OrderApiTest
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.RealApiTest
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.SignatureDebugTest
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.SimpleApiTest
- main(String[]) - 类中的静态方法 com.infilake.openapi.bidding.demo.TypedApiDemo
- manufacturer(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置生产厂家(可选)
- model(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置型号(可选)
O
- Order - com.infilake.openapi.bidding.model中的类
-
订单实体
- Order() - 类的构造器 com.infilake.openapi.bidding.model.Order
- OrderApiTest - com.infilake.openapi.bidding.demo中的类
-
订单API测试
- OrderApiTest() - 类的构造器 com.infilake.openapi.bidding.demo.OrderApiTest
- OrderExpress - com.infilake.openapi.bidding.model中的类
-
订单物流实体
- OrderExpress() - 类的构造器 com.infilake.openapi.bidding.model.OrderExpress
- OrderExpress.ExpressTrace - com.infilake.openapi.bidding.model中的类
-
物流轨迹记录
- OrderFulfillment - com.infilake.openapi.bidding.model中的类
-
Order fulfillment entity (订单履约) Represents the fulfillment details of an order
- OrderFulfillment() - 类的构造器 com.infilake.openapi.bidding.model.OrderFulfillment
- OrderFulfillmentDetailClient - com.infilake.openapi.bidding.model中的类
-
客户端申请单号查询订单履约单返回对象
- OrderFulfillmentDetailClient() - 类的构造器 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- OrderFulfillmentItem - com.infilake.openapi.bidding.model中的类
-
履约单项详情
- OrderFulfillmentItem() - 类的构造器 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- OrderInfoDetailClient - com.infilake.openapi.bidding.model中的类
-
客户端申请单号查询订单返回对象
- OrderInfoDetailClient() - 类的构造器 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- OrderItem - com.infilake.openapi.bidding.model中的类
-
Order item entity (订单明细) Represents a line item in an order
- OrderItem() - 类的构造器 com.infilake.openapi.bidding.model.OrderItem
- OrderItemDetail - com.infilake.openapi.bidding.model中的类
-
订单项详情 (API规范版本)
- OrderItemDetail() - 类的构造器 com.infilake.openapi.bidding.model.OrderItemDetail
- OrderReturn - com.infilake.openapi.bidding.model中的类
-
Order return entity (订单退货) Represents a return request for an order
- OrderReturn() - 类的构造器 com.infilake.openapi.bidding.model.OrderReturn
- OrderReturn.ReturnItem - com.infilake.openapi.bidding.model中的类
-
Return item entity
- OrderReturnItem - com.infilake.openapi.bidding.model中的类
-
订单退货项实体
- OrderReturnItem() - 类的构造器 com.infilake.openapi.bidding.model.OrderReturnItem
- Organization - com.infilake.openapi.bidding.model中的类
-
组织实体
- Organization() - 类的构造器 com.infilake.openapi.bidding.model.Organization
- organizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置组织ID(可选)
- organizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置组织ID(可选)
- organizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- organizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
Set organization name (optional)
- organizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
P
- PageResult<T> - com.infilake.openapi.bidding.model.base中的类
-
Paginated response wrapper Used for API endpoints that return paginated data:
- PageResult() - 类的构造器 com.infilake.openapi.bidding.model.base.PageResult
-
Default constructor
- PageResult(List<T>, long, int, int) - 类的构造器 com.infilake.openapi.bidding.model.base.PageResult
-
Constructor with all fields
- ParamErrorException - com.infilake.openapi.bidding.exception中的异常错误类
-
参数错误异常 (20402)
- ParamErrorException(String) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.ParamErrorException
- ParamErrorException(String, Throwable) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.ParamErrorException
- parentId(Long) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置父类别ID(可选)
- parse(String) - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonParser
-
Parse a JSON string to a Java object
- parseArray(String) - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonParser
-
Parse a JSON array string to a List
- parseObject(String) - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonParser
-
Parse a JSON string to a Map
- parseToApiResult(String, Class<T>) - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonUtils
-
Parse JSON string to ApiResult with single data type
- parseToApiResultList(String, Class<T>) - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonUtils
-
Parse JSON string to ApiResult with List data type
- parseToPageResult(String, Class<T>) - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonUtils
-
Parse JSON string to ApiResult with PageResult
- post(String, String) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Execute HTTP POST request with JSON body
- postMultipart(String, Map<String, File[]>) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Execute HTTP POST request with multipart/form-data
- Product - com.infilake.openapi.bidding.model中的类
-
产品/物料实体
- Product() - 类的构造器 com.infilake.openapi.bidding.model.Product
-
默认构造函数
- Product.Builder - com.infilake.openapi.bidding.model中的类
-
Product 构建器
- productName(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置产品名称(必填)
- Profile - com.infilake.openapi.bidding.model中的类
-
Profile entity (用户档案) Represents the profile information containing organization and purchaser data
- Profile() - 类的构造器 com.infilake.openapi.bidding.model.Profile
- Project - com.infilake.openapi.bidding.model中的类
-
Project entity (项目) Field names align with public/api-doc.html.
- Project() - 类的构造器 com.infilake.openapi.bidding.model.Project
- projectId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- projectName(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- PurchaseApplication - com.infilake.openapi.bidding.model中的类
-
Purchase application entity (采购申请) Represents a purchase requisition/application
- PurchaseApplication() - 类的构造器 com.infilake.openapi.bidding.model.PurchaseApplication
- PurchaseApplication.Builder - com.infilake.openapi.bidding.model中的类
-
Builder pattern for PurchaseApplication
- PurchaseApplicationImportResult - com.infilake.openapi.bidding.model中的类
-
采购申请导入结果
- PurchaseApplicationImportResult() - 类的构造器 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- Purchaser - com.infilake.openapi.bidding.model中的类
-
采购商实体
- Purchaser() - 类的构造器 com.infilake.openapi.bidding.model.Purchaser
- purchaseReason(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- put(String, String) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Execute HTTP PUT request with JSON body
Q
- queryInvoice(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
查询发票(Safe版本)
- queryInvoiceChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
查询发票
R
- RealApiTest - com.infilake.openapi.bidding.demo中的类
-
真实API测试 - 使用 https://api.infilake.com 测试所有17个API方法的实际调用和类型化响应
- RealApiTest() - 类的构造器 com.infilake.openapi.bidding.demo.RealApiTest
- RecipientInfo - com.infilake.openapi.bidding.model中的类
-
收件人信息实体
- RecipientInfo() - 类的构造器 com.infilake.openapi.bidding.model.RecipientInfo
- remark(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- remark(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置备注(可选)
- remark(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- remarks(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
-
设置备注(推荐使用此方法)
- requestedQuantity(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- ReturnItem() - 类的构造器 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
S
- setAcceptanceDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setAcceptanceDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setAcceptanceDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setAcceptanceStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setAcceptanceStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setAcceptor(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setAcceptor(List<User>) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setAcceptor(List<User>) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setAcceptorId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setActualDeliveryDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setAllowAccept(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setAllowAccept(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setAllowAccept(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setAmount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setAmount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setAmount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setAmount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setApplicant(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setApplicant(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setApplicantId(Long) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setApplicantName(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setApplicantName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setApplicantName(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setApplicantName(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setApplicationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setApplicationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setApplicationLists(List<ApplicationItem>) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setApplicationNo(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setApplicationTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setApprovalComment(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setApprovalResult(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setApprovalTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setApprovalTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setApproveDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setApproveDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setApprovedQuantity(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setApprover(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setApproverId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setApproverId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setAvatar(String) - 类中的方法 com.infilake.openapi.bidding.model.User
- setBankAccount(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setBidOpeningTime(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setBillStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setBillStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setBrand(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setBrand(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setBrand(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setBrand(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setBrand(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setBudget(Double) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setBuyerName(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setBuyerOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setBuyerOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setBuyerOrganizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setCancelReason(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setCancelReason(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setCapacity(Double) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setCategory(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setCategory(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setCategoryCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Category
- setCategoryCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setCategoryId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setCategoryId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setCategoryName(String) - 类中的方法 com.infilake.openapi.bidding.model.Category
- setCategoryName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setCategoryName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setCategoryName(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setCertificationDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setCity(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setCity(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setClientApplicationNo(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setCode(int) - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
-
Set the response code
- setCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setComment(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setComment(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setComment(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setComment(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setCompanyName(String) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setCompanyName(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setCompanyNo(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setConnectTimeout(int) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Set connection timeout in milliseconds
- setContactEmail(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setContactPerson(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setContactPerson(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setContactPerson(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setContactPerson(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setContactPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setContactPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setContactPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setContactPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setCorFulfillmentItem(List<OrderFulfillmentItem>) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setCorOrderItem(List<OrderItemDetail>) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setCounts(Integer) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setCourierName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setCreatedAt(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setCreatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.User
- setCreatedBy(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setCreatedBy(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setCreatedName(String) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setCreateTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.base.BaseEntity
-
Set creation time
- setCreateTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setCreator(User) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setCreatorId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setCreditCode(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setCreditRating(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setCurrent(int) - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Set current page number
- setData(T) - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
-
Set the response data
- setDeletedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setDeleteDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setDeleteDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setDeleteUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setDeleteUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setDeliverDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setDeliverStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setDeliverType(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setDeliverUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setDeliverUserName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setDeliveryAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setDeliveryDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setDepartmentId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.User
- setDepartmentName(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setDepartmentName(String) - 类中的方法 com.infilake.openapi.bidding.model.User
- setDescription(String) - 类中的方法 com.infilake.openapi.bidding.model.Category
- setDescription(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- setDescription(String) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setDescription(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setDescription(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setDetailedAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setDiscount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setDiscount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setDistrict(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setDistrict(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setDownloadUrl(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setEmail(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setEmail(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setEmail(String) - 类中的方法 com.infilake.openapi.bidding.model.User
- setEndDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setEstimatedTotalPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setEstimatedUnitPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setExpectedDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setExpectedDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setExpectedDeliveryDate(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setExpectedDeliveryDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setExpectedDeliveryTime(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setExpectedDeliveryTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setExpressCode(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setExpressCompany(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setExpressCost(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setExpressCost(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setExpressInfo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setExpressNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setExpressUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setExtendFields(Map<String, Object>) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setFileName(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setFileSize(Long) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setFulfillmentId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setFulfillmentItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setFulfillmentNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setFulfillmentNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setFulfillmentNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setFulfillmentNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setFulfillmentNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setFulfillmentNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setFulfillmentStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setFulfillmentStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setFullAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.User
- setId(Long) - 类中的方法 com.infilake.openapi.bidding.model.base.BaseEntity
-
Set the entity ID
- setId(Long) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setImageUrl(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setInquiryItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setInquiryItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setInquiryTime(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setInvoice(Invoice) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setInvoiceAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setInvoiceCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setInvoiceDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setInvoiceDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setInvoiceDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setInvoiceInfo(Invoice) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setInvoiceInfoId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setInvoiceNo(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setInvoiceStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setInvoiceStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setInvoiceStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setInvoiceTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setInvoiceTitle(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setInvoiceType(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setInvoiceType(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setInvoiceUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setInvoiceUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setInvoiceUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setIsActive(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.Category
- setIsActive(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setIsBind(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setIsDefault(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setIsDeleted(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setIsDeleted(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setIsDeleted(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setIsDeleted(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setIssueDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setIssueDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setIssuer(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setIssueStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setIssueStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setIssueUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setIssueUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setItemCode(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setItemCode(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setItemCode(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- setItemId(Long) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setItemId(Long) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setItemName(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setItemName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setItemName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- setItems(List<OrderItem>) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setItems(List<OrderItem>) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setItems(List<OrderReturn.ReturnItem>) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setLocation(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- setLocation(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setManufacturer(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setMessage(String) - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
-
Set the response message
- setModel(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setName(String) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setName(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setName(String) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setName(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setName(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setName(String) - 类中的方法 com.infilake.openapi.bidding.model.User
- setName(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setOrderFulfillments(List<OrderFulfillment>) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setOrderId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setOrderId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setOrderId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setOrderItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setOrderItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setOrderNo(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setOrderOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setOrderOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setOrders(List<Order>) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setOrganization(Organization) - 类中的方法 com.infilake.openapi.bidding.model.Profile
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Category
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setOrganizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setOrganizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setOrganizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setOrganizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setOwnerId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- setParentId(Long) - 类中的方法 com.infilake.openapi.bidding.model.Category
- setPayDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setPayDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setPayee(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setPaymentDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setPaymentStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setPaymentTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setPaymentUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setPayStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setPayStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setPayType(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setPayType(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setPayUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setPayUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.User
- setPreItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setPreItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setPreItemId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setPrePurchaseNo(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setPrincipal(User) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setPrincipalId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setProductCode(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setProductCode(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setProductCode(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setProductDesc(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setProductDesc(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setProductDesc(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setProductName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setProductName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setProductName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setProductName(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setProductNum(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setProductNum(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setProductNum(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setProductPrice(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setProductPrice(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setProductPrice(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setProductSpec(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setProductSpec(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setProductSpec(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setProductUnit(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setProductUnit(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setProductUnit(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setProjectBudget(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectCode(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectEnd(Date) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setProjectId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setProjectId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectLeader(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectLeaderUser(User) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectManager(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectMember(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectMembers(List<User>) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectName(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setProjectName(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setProjectName(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectStart(Date) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProjectType(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setProvince(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- setProvince(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setPurchaser(Purchaser) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setPurchaser(Purchaser) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setPurchaser(Purchaser) - 类中的方法 com.infilake.openapi.bidding.model.Profile
- setPurchaseReason(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setPurchaserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setPurchaserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setPurchaserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setPurchaserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setPurchaserId(Long) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setPurchaserName(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setQuantity(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setReadTimeout(int) - 类中的方法 com.infilake.openapi.bidding.ApiClient
-
Set read timeout in milliseconds
- setReason(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setReceiverAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setReceiverName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setReceiverPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setRecipient(RecipientInfo) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setRecipient(RecipientInfo) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setRecipientId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setRecipientId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setRecipients(List<String>) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setRecords(List<T>) - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Set the list of records
- setRemainingBudget(Double) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
-
已过时。
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setRemark(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setRemarks(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setReminder(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setRequestedQuantity(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setReturnAmount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setReturnAmount(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setReturnExpress(OrderExpress) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setReturnId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setReturnNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setReturnNo(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setReturnNum(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setReturnNum(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setReturnNumber(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setReturnPics(List<String>) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setReturnPicsTmp(List<String>) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setReturnQuantity(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- setReturnReason(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn.ReturnItem
- setReturnReason(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setReturnType(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setReturnUserId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setReturnUsername(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setReviewer(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setSenderAddress(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setSenderName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setSenderPhone(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setSettlementAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setSettlementDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setSettlementNo(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setShippingDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setSize(int) - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Set page size
- setSort(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Category
- setSpecification(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setSpecification(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setSpecification(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setStandardPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setStartDate(Date) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setStatus(Boolean) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setSubStatus(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setSupplier(SupplierVO) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setSupplier(SupplierVO) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setSupplierId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setSupplierId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setSupplierId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setSupplierId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setSupplierId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setSupplierName(String) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setSupplierName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setSupplierName(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setSupplierNo(String) - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- setSupplierOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setSupplierOrganizationId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setSupplierOrganizationName(String) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setSupplierReceivableAccountId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setTaxAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setTaxAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setTaxNo(String) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setTaxRate(Double) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setTeamId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setTeamId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- setTeamId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setTeamId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress.ExpressTrace
- setTitle(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- Settlement - com.infilake.openapi.bidding.model中的类
-
结算单实体
- Settlement() - 类的构造器 com.infilake.openapi.bidding.model.Settlement
- setTotal(long) - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
-
Set total record count
- setTotalAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- setTotalAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.Order
- setTotalAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- setTotalAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setTotalPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setTraces(List<OrderExpress.ExpressTrace>) - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- setType(String) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setTypeNum(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setUnfulfillProductNum(BigDecimal) - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- setUnit(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setUnit(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setUnit(String) - 类中的方法 com.infilake.openapi.bidding.model.Product
- setUnitPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- setUpdatedAt(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- setUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- setUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- setUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- setUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Organization
- setUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- setUpdatedAt(Date) - 类中的方法 com.infilake.openapi.bidding.model.User
- setUpdateTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.base.BaseEntity
-
Set update time
- setUpdateTime(Date) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setUsedBudget(Double) - 类中的方法 com.infilake.openapi.bidding.model.Project
- setUsedCapacity(Double) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setUsername(String) - 类中的方法 com.infilake.openapi.bidding.model.User
- setWarehouseId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setWarehouseId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setWarehouseId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setWarehouseName(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- setWarehouseName(String) - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- setWarehouseType(String) - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- setZipCode(String) - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- sign(String, String) - 类中的方法 com.infilake.openapi.bidding.AuthSDK
-
Generate authorization signature
- SignatureDebugTest - com.infilake.openapi.bidding.demo中的类
-
签名调试测试
- SignatureDebugTest() - 类的构造器 com.infilake.openapi.bidding.demo.SignatureDebugTest
- SimpleApiTest - com.infilake.openapi.bidding.demo中的类
-
简单API测试 - 使用原始SDK测试的相同参数
- SimpleApiTest() - 类的构造器 com.infilake.openapi.bidding.demo.SimpleApiTest
- sort(Integer) - 类中的方法 com.infilake.openapi.bidding.model.Category.Builder
-
设置排序序号(可选)
- specification(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- specification(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置产品规格(可选)
- standardPrice(Double) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置标准价格(可选)
- status(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
设置产品状态(可选)
- status(String) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- SupplierVO - com.infilake.openapi.bidding.model中的类
-
供应商信息实体
- SupplierVO() - 类的构造器 com.infilake.openapi.bidding.model.SupplierVO
T
- toJsonString(Object) - 类中的静态方法 com.infilake.openapi.bidding.parser.JsonUtils
-
Convert Java object to JSON string
- toString() - 类中的方法 com.infilake.openapi.bidding.ApiClient.ApiResponse
- toString() - 类中的方法 com.infilake.openapi.bidding.AuthSDK.AuthResult
- toString() - 异常错误类中的方法 com.infilake.openapi.bidding.exception.BiddingApiException
- toString() - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem
- toString() - 类中的方法 com.infilake.openapi.bidding.model.base.ApiResult
- toString() - 类中的方法 com.infilake.openapi.bidding.model.base.PageResult
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Category
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Invoice
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Order
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderExpress
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillment
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentDetailClient
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderFulfillmentItem
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderInfoDetailClient
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderItem
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderItemDetail
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturn
- toString() - 类中的方法 com.infilake.openapi.bidding.model.OrderReturnItem
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Organization
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Product
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Profile
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Project
- toString() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication
- toString() - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplicationImportResult
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Purchaser
- toString() - 类中的方法 com.infilake.openapi.bidding.model.RecipientInfo
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Settlement
- toString() - 类中的方法 com.infilake.openapi.bidding.model.SupplierVO
- toString() - 类中的方法 com.infilake.openapi.bidding.model.User
- toString() - 类中的方法 com.infilake.openapi.bidding.model.Warehouse
- totalAmount(Double) - 类中的方法 com.infilake.openapi.bidding.model.PurchaseApplication.Builder
- TypedApiDemo - com.infilake.openapi.bidding.demo中的类
-
类型化API使用示例 (v3.0.0) 展示如何使用新的类型化API,所有方法现在返回强类型对象而不是JSON字符串
- TypedApiDemo() - 类的构造器 com.infilake.openapi.bidding.demo.TypedApiDemo
U
- UnauthorizedException - com.infilake.openapi.bidding.exception中的异常错误类
-
没有权限异常 (20401)
- UnauthorizedException(String) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.UnauthorizedException
- UnauthorizedException(String, Throwable) - 异常错误类的构造器 com.infilake.openapi.bidding.exception.UnauthorizedException
- unit(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- unit(String) - 类中的方法 com.infilake.openapi.bidding.model.Product.Builder
-
Set unit (optional)
- updateCategory(Category) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新物料类别(Safe版本,使用对象)
- updateCategory(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新物料类别(Safe版本)
- updateCategoryChecked(Category) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新物料类别(使用对象)
- updateCategoryChecked(String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新物料类别
- updateProduct(String, Product) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
修改物料信息(Safe版本,使用对象)
- updateProduct(String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
修改物料信息(Safe版本)
- updateProductChecked(String, Product) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
修改物料信息(使用对象)
- updateProductChecked(String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
修改物料信息
- updatePurchaseApplication(String, PurchaseApplication) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新导入的采购申请(Safe版本,使用对象)
- updatePurchaseApplication(String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新导入的采购申请(Safe版本)
- updatePurchaseApplicationChecked(String, PurchaseApplication) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新导入的采购申请(使用对象)
- updatePurchaseApplicationChecked(String, String) - 类中的方法 com.infilake.openapi.bidding.BiddingApiClient
-
更新导入的采购申请
- User - com.infilake.openapi.bidding.model中的类
-
用户实体
- User() - 类的构造器 com.infilake.openapi.bidding.model.User
W
- Warehouse - com.infilake.openapi.bidding.model中的类
-
仓库实体
- Warehouse() - 类的构造器 com.infilake.openapi.bidding.model.Warehouse
- warehouseId(Integer) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
- warehouseName(String) - 类中的方法 com.infilake.openapi.bidding.model.ApplicationItem.Builder
所有程序包|所有类和接口|序列化表格
BiddingApiClient.getOrderReturnItemDetailChecked(String)替代