| Modifier and Type | Method and Description |
|---|---|
GlobalMetadata |
MetadataClient.get(ApiParam... params) |
CharacteristicListEntity |
CharacteristicClient.get(ApiParam... params)
Получить список всех характеристик.
|
AgentAccount |
CounterpartyClient.getAccount(Counterparty counterparty,
AgentAccount account,
ApiParam... params) |
AgentAccount |
CounterpartyClient.getAccount(Counterparty counterparty,
String accountId,
ApiParam... params) |
AgentAccount |
CounterpartyClient.getAccount(String counterpartyId,
String accountId,
ApiParam... params) |
ListEntity<AgentAccount> |
OrganizationClient.getAccounts(Organization organization,
ApiParam... params) |
ListEntity<AgentAccount> |
CounterpartyClient.getAccounts(String id,
ApiParam... params) |
ListEntity<AgentAccount> |
OrganizationClient.getAccounts(String organizationId,
ApiParam... params) |
Cashier |
RetailStoreClient.getCashier(RetailStore retailStore,
Cashier cashier,
ApiParam... params) |
Cashier |
RetailStoreClient.getCashier(RetailStore retailStore,
String cashierId,
ApiParam... params) |
Cashier |
RetailStoreClient.getCashier(String retailStoreId,
Cashier cashier,
ApiParam... params) |
Cashier |
RetailStoreClient.getCashier(String retailStoreId,
String cashierId,
ApiParam... params) |
ListEntity<Cashier> |
RetailStoreClient.getCashiers(MetaEntity retailStore,
ApiParam... params) |
ListEntity<Cashier> |
RetailStoreClient.getCashiers(String retailStoreId,
ApiParam... params) |
Bundle.ComponentEntity |
BundleClient.getComponent(Bundle bundle,
Bundle.ComponentEntity component,
ApiParam... params) |
Bundle.ComponentEntity |
BundleClient.getComponent(Bundle bundle,
String componentId,
ApiParam... params) |
Bundle.ComponentEntity |
BundleClient.getComponent(String bundleId,
String componentId,
ApiParam... params) |
ListEntity<Bundle.ComponentEntity> |
BundleClient.getComponents(Bundle bundle,
ApiParam... params) |
ListEntity<Bundle.ComponentEntity> |
BundleClient.getComponents(String bundleId,
ApiParam... params) |
ContactPerson |
CounterpartyClient.getContactPerson(Counterparty counterparty,
ContactPerson contactPerson,
ApiParam... params) |
ContactPerson |
CounterpartyClient.getContactPerson(Counterparty counterparty,
String contactPersonId,
ApiParam... params) |
ContactPerson |
CounterpartyClient.getContactPerson(String counterpartyId,
String contactPersonId,
ApiParam... params) |
ListEntity<ContactPerson> |
CounterpartyClient.getContactPersons(Counterparty counterparty,
ApiParam... params) |
ListEntity<ContactPerson> |
CounterpartyClient.getContactPersons(String counterpartyId,
ApiParam... params) |
Task.TaskNote |
TaskClient.getNote(String taskId,
String taskNoteId,
ApiParam... params) |
Task.TaskNote |
TaskClient.getNote(Task task,
String taskNoteId,
ApiParam... params) |
Task.TaskNote |
TaskClient.getNote(Task task,
Task.TaskNote taskNote,
ApiParam... params) |
ListEntity<Note> |
CounterpartyClient.getNotes(Counterparty counterparty,
ApiParam... params) |
ListEntity<Note> |
CounterpartyClient.getNotes(String counterpartyId,
ApiParam... params) |
ListEntity<Task.TaskNote> |
TaskClient.getNotes(String taskId,
ApiParam... params) |
ListEntity<Task.TaskNote> |
TaskClient.getNotes(Task task,
ApiParam... params) |
| Modifier and Type | Method and Description |
|---|---|
Pricelist.PricelistRow |
PricelistClient.getPosition(Pricelist document,
String positionId,
ApiParam... params) |
Pricelist.PricelistRow |
PricelistClient.getPosition(String documentId,
String positionId,
ApiParam... params) |
ListEntity<Pricelist.PricelistRow> |
PricelistClient.getPositions(Pricelist document,
ApiParam... params) |
ListEntity<Pricelist.PricelistRow> |
PricelistClient.getPositions(String documentId,
ApiParam... params) |
| Modifier and Type | Method and Description |
|---|---|
default ListEntity<T> |
GetListEndpoint.get(ApiParam... params) |
default List<T> |
GetPlainListEndpoint.get(ApiParam... params) |
default T |
GetEndpoint.get(ApiParam... params) |
default T |
GetByIdEndpoint.get(MetaEntity entity,
ApiParam... params) |
default T |
GetByIdEndpoint.get(String id,
ApiParam... params) |
default T |
GetBySyncIdEndpoint.getBySyncId(String syncId,
ApiParam... params) |
default ListEntity<AttachedFile> |
HasFilesEndpoint.getFiles(String entityId,
ApiParam... params) |
default ListEntity<AttachedFile> |
HasFilesEndpoint.getFiles(T entity,
ApiParam... params) |
default ListEntity<Image> |
HasImagesEndpoint.getImages(String entityId,
ApiParam... params) |
default ListEntity<Image> |
HasImagesEndpoint.getImages(T entity,
ApiParam... params) |
default T |
DocumentPositionsEndpoint.getPosition(DocumentEntity document,
String positionId,
ApiParam... params) |
default T |
DocumentPositionsEndpoint.getPosition(String documentId,
String positionId,
ApiParam... params) |
default ListEntity<T> |
DocumentPositionsEndpoint.getPositions(DocumentEntity document,
ApiParam... params) |
default ListEntity<T> |
DocumentPositionsEndpoint.getPositions(String documentId,
ApiParam... params) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestExecutor |
HttpRequestExecutor.apiParams(ApiParam... params)
Добавить параметр API (например order, filter, offset и т. п.)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpandParam |
class |
FilterParam |
class |
LimitParam |
class |
OffsetParam |
class |
OrderParam |
class |
SearchParam |
| Modifier and Type | Method and Description |
|---|---|
static String |
ApiParam.renderStringQueryFromList(ApiParam.Type type,
List<ApiParam> list,
String host) |
Copyright © 2024. All rights reserved.