Interface MetadataTemplatesEndpoint
-
- All Superinterfaces:
Endpoint
- All Known Implementing Classes:
DocumentMetadataClient
public interface MetadataTemplatesEndpoint extends Endpoint
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ListEntity<Template>customtemplate()default Templatecustomtemplate(String id)default ListEntity<Template>embeddedtemplate()default Templateembeddedtemplate(String id)default Meta.TypegetEntityType()default ListEntity<Template>setEntityType(ListEntity<Template> templates)-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, entityClass, metaEntityClass, path, positionEntityClass
-
-
-
-
Method Detail
-
embeddedtemplate
default ListEntity<Template> embeddedtemplate() throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
embeddedtemplate
default Template embeddedtemplate(String id) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
customtemplate
default ListEntity<Template> customtemplate() throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
customtemplate
default Template customtemplate(String id) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
setEntityType
default ListEntity<Template> setEntityType(ListEntity<Template> templates)
-
getEntityType
default Meta.Type getEntityType()
-
-