Uses of Class
ru.moysklad.remap_1_2.entities.DocumentAttribute
-
Packages that use DocumentAttribute Package Description ru.moysklad.remap_1_2.clients.endpoints ru.moysklad.remap_1_2.utils.json -
-
Uses of DocumentAttribute in ru.moysklad.remap_1_2.clients.endpoints
Methods in ru.moysklad.remap_1_2.clients.endpoints that return DocumentAttribute Modifier and Type Method Description default DocumentAttributeMetadataDocumentAttributeEndpoint. createMetadataAttribute(DocumentAttribute newEntity)default DocumentAttributeMetadataDocumentAttributeEndpoint. metadataAttributes(String id)default DocumentAttributeMetadataDocumentAttributeEndpoint. updateMetadataAttribute(String id, DocumentAttribute newEntity)default DocumentAttributeMetadataDocumentAttributeEndpoint. updateMetadataAttribute(DocumentAttribute newEntity)Methods in ru.moysklad.remap_1_2.clients.endpoints that return types with arguments of type DocumentAttribute Modifier and Type Method Description default ListEntity<DocumentAttribute>MetadataDocumentAttributeEndpoint. metadataDocumentAttributes()Methods in ru.moysklad.remap_1_2.clients.endpoints with parameters of type DocumentAttribute Modifier and Type Method Description default DocumentAttributeMetadataDocumentAttributeEndpoint. createMetadataAttribute(DocumentAttribute newEntity)default voidMetadataDocumentAttributeEndpoint. deleteMetadataAttribute(DocumentAttribute entity)default DocumentAttributeMetadataDocumentAttributeEndpoint. updateMetadataAttribute(String id, DocumentAttribute newEntity)default DocumentAttributeMetadataDocumentAttributeEndpoint. updateMetadataAttribute(DocumentAttribute newEntity) -
Uses of DocumentAttribute in ru.moysklad.remap_1_2.utils.json
Methods in ru.moysklad.remap_1_2.utils.json that return DocumentAttribute Modifier and Type Method Description DocumentAttributeDocumentAttributeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in ru.moysklad.remap_1_2.utils.json with parameters of type DocumentAttribute Modifier and Type Method Description voidDocumentAttributeSerializer. serialize(DocumentAttribute src, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-