Package com.chargebee.v4.services
Class UsageFileService
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessingStatus(String usageFileId) processingStatusAsync(String usageFileId) Async variant of processingStatus for usageFile without params.uploadUrl(UsageFileUploadUrlParams params) Async variant of uploadUrl for usageFile with params.withOptions(RequestOptions options) Apply per-request options for this service instance.Methods inherited from class com.chargebee.v4.services.BaseService
buildPathWithParams, clientForBuilders, clientWithOptions, get, getAsync, getMergedHeaders, getWithSubDomain, getWithSubDomainAsync, header, headers, options, parseResponse, post, postAsync, postJson, postJsonAsync, postJsonWithSubDomain, postJsonWithSubDomainAsync, postWithSubDomain, postWithSubDomainAsync
-
Constructor Details
-
UsageFileService
-
-
Method Details
-
withOptions
Apply per-request options for this service instance. Users can chain .withOptions or .options to set headers and other options.- Overrides:
withOptionsin classBaseService<UsageFileService>
-
processingStatus
public UsageFileProcessingStatusResponse processingStatus(String usageFileId) throws ChargebeeException - Throws:
ChargebeeException
-
processingStatusAsync
public CompletableFuture<UsageFileProcessingStatusResponse> processingStatusAsync(String usageFileId) Async variant of processingStatus for usageFile without params. -
uploadUrl
public UsageFileUploadUrlResponse uploadUrl(UsageFileUploadUrlParams params) throws ChargebeeException - Throws:
ChargebeeException
-
uploadUrlAsync
public CompletableFuture<UsageFileUploadUrlResponse> uploadUrlAsync(UsageFileUploadUrlParams params) Async variant of uploadUrl for usageFile with params.
-