| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
EntityExportRequest |
EntityExportRequest.addPropertiesItem(String propertiesItem) |
EntityExportRequest |
EntityExportRequest.properties(List<String> properties) |
EntityExportRequest |
EntityExportRequest.query(EntityQuery query) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
HumanUserService.export(EntityExportRequest request)
Export
Exports the human users into a CSV file.
|
byte[] |
HumanUserService.export(EntityExportRequest request,
Map<String,Object> params)
Export
Exports the human users into a CSV file.
|
byte[] |
TransactionService.export(Long spaceId,
EntityExportRequest request)
Export
Exports the transactions into a CSV file.
|
byte[] |
TransactionService.export(Long spaceId,
EntityExportRequest request,
Map<String,Object> params)
Export
Exports the transactions into a CSV file.
|
com.google.api.client.http.HttpResponse |
HumanUserService.exportForHttpResponse(EntityExportRequest request) |
com.google.api.client.http.HttpResponse |
HumanUserService.exportForHttpResponse(EntityExportRequest request,
Map<String,Object> params) |
com.google.api.client.http.HttpResponse |
TransactionService.exportForHttpResponse(Long spaceId,
EntityExportRequest request) |
com.google.api.client.http.HttpResponse |
TransactionService.exportForHttpResponse(Long spaceId,
EntityExportRequest request,
Map<String,Object> params) |
Copyright © 2023. All rights reserved.