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 DocumentAttributeDocumentAttributeSerializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in ru.moysklad.remap_1_2.utils.json with parameters of type DocumentAttribute Modifier and Type Method Description com.google.gson.JsonElementDocumentAttributeSerializer. serialize(DocumentAttribute src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-