| Package | Description |
|---|---|
| ru.moysklad.remap_1_2.clients.endpoints | |
| ru.moysklad.remap_1_2.entities | |
| ru.moysklad.remap_1_2.utils.json | |
| ru.moysklad.remap_1_2.utils.params |
| Modifier and Type | Method and Description |
|---|---|
default Attribute |
MetadataAttributeEndpoint.createMetadataAttribute(Attribute newEntity) |
default Attribute |
ProductMetadataAttributeEndpoint.createMetadataAttribute(Attribute newEntity) |
default Attribute |
MetadataAttributeEndpoint.metadataAttributes(String id) |
default Attribute |
ProductMetadataAttributeEndpoint.metadataAttributes(String id) |
default Attribute |
MetadataAttributeEndpoint.updateMetadataAttribute(Attribute newEntity) |
default Attribute |
ProductMetadataAttributeEndpoint.updateMetadataAttribute(Attribute newEntity) |
default Attribute |
MetadataAttributeEndpoint.updateMetadataAttribute(String id,
Attribute newEntity) |
default Attribute |
ProductMetadataAttributeEndpoint.updateMetadataAttribute(String id,
Attribute newEntity) |
| Modifier and Type | Method and Description |
|---|---|
default ListEntity<Attribute> |
MetadataAttributeEndpoint.metadataAttributes() |
default ListEntity<Attribute> |
ProductMetadataAttributeEndpoint.metadataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
default Attribute |
MetadataAttributeEndpoint.createMetadataAttribute(Attribute newEntity) |
default Attribute |
ProductMetadataAttributeEndpoint.createMetadataAttribute(Attribute newEntity) |
default void |
MetadataAttributeEndpoint.deleteMetadataAttribute(Attribute entity) |
default void |
ProductMetadataAttributeEndpoint.deleteMetadataAttribute(Attribute entity) |
default Attribute |
MetadataAttributeEndpoint.updateMetadataAttribute(Attribute newEntity) |
default Attribute |
ProductMetadataAttributeEndpoint.updateMetadataAttribute(Attribute newEntity) |
default Attribute |
MetadataAttributeEndpoint.updateMetadataAttribute(String id,
Attribute newEntity) |
default Attribute |
ProductMetadataAttributeEndpoint.updateMetadataAttribute(String id,
Attribute newEntity) |
| Modifier and Type | Method and Description |
|---|---|
default Optional<Attribute> |
IEntityWithAttributes.getAttribute(String attributeId) |
List<Attribute> |
IEntityWithAttributes.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AttributeSerializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
AttributeSerializer.serialize(Attribute src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static FilterParam |
FilterParam.filter(Attribute key,
FilterParam.FilterType filterType,
Object value) |
static FilterParam |
FilterParam.filterEq(Attribute key,
Object value) |
static FilterParam |
FilterParam.filterNot(Attribute key,
Object value) |
Copyright © 2021. All rights reserved.