Uses of Class
ru.moysklad.remap_1_2.entities.Meta.Type
-
Packages that use Meta.Type Package Description ru.moysklad.remap_1_2.clients.endpoints ru.moysklad.remap_1_2.entities ru.moysklad.remap_1_2.entities.permissions ru.moysklad.remap_1_2.utils -
-
Uses of Meta.Type in ru.moysklad.remap_1_2.clients.endpoints
Methods in ru.moysklad.remap_1_2.clients.endpoints that return Meta.Type Modifier and Type Method Description default Meta.TypeMetadataTemplatesEndpoint. getEntityType() -
Uses of Meta.Type in ru.moysklad.remap_1_2.entities
Methods in ru.moysklad.remap_1_2.entities that return Meta.Type Modifier and Type Method Description Meta.TypeMeta.Type.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)static Meta.TypeMeta.Type. find(String apiName)static Meta.TypeMeta.Type. find(MetaEntity entity)static Meta.TypeMeta.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Meta.Type[]Meta.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.moysklad.remap_1_2.entities with parameters of type Meta.Type Modifier and Type Method Description voidMeta.Type.Serializer. serialize(Meta.Type value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructors in ru.moysklad.remap_1_2.entities with parameters of type Meta.Type Constructor Description Attribute(Meta.Type attributeEntityType, String id, Attribute.Type type, Object value)Attribute(Meta.Type attributeEntityType, String id, MetaEntity value)DocumentAttribute(Meta.Type attributeType, String id, Attribute.Type type, Object value)DocumentAttribute(Meta.Type attributeType, String id, MetaEntity value) -
Uses of Meta.Type in ru.moysklad.remap_1_2.entities.permissions
Methods in ru.moysklad.remap_1_2.entities.permissions that return Meta.Type Modifier and Type Method Description Meta.TypeEmployeeRole.DefaultRole. type() -
Uses of Meta.Type in ru.moysklad.remap_1_2.utils
Methods in ru.moysklad.remap_1_2.utils with parameters of type Meta.Type Modifier and Type Method Description static <T extends MetaEntity>
StringMetaHrefUtils. makeHref(Meta.Type type, T entity, String host)static <T extends MetaEntity>
StringMetaHrefUtils. makeMetadataHref(Meta.Type type, T entity, String host)
-