public interface LegalDocumentContentTypeService extends BatchService<LegalDocumentContentTypeServiceBatch>
This synchronous inbound service is based on the OData protocol and helps you to read the content types through an API call. Content types describe the purpose of the document, for example 'Amendment' or 'Master Agreement'. This service contains legal document content type and content type text nodes. Using this service, you can read the content type maintained in the configuration..
Reference: SAP API Business Hub
OData Service: | OP_API_LEGAL_CONTENT_TYPE_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Legal Content Type |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
LglCntntMDocContentTypeFluentHelper |
getAllLglCntntMDocContentType()
Fetch multiple
LglCntntMDocContentType entities. |
LglCntntMDocContentTypeTextFluentHelper |
getAllLglCntntMDocContentTypeText()
Fetch multiple
LglCntntMDocContentTypeText entities. |
LglCntntMDocContentTypeByKeyFluentHelper |
getLglCntntMDocContentTypeByKey(String lglCntntMDocContentType)
Fetch a single
LglCntntMDocContentType entity using key fields. |
LglCntntMDocContentTypeTextByKeyFluentHelper |
getLglCntntMDocContentTypeTextByKey(String lglCntntMDocContentType,
String language)
Fetch a single
LglCntntMDocContentTypeText entity using key fields. |
LegalDocumentContentTypeService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull LegalDocumentContentTypeService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull LglCntntMDocContentTypeFluentHelper getAllLglCntntMDocContentType()
LglCntntMDocContentType
entities.LglCntntMDocContentType
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LglCntntMDocContentTypeByKeyFluentHelper getLglCntntMDocContentTypeByKey(String lglCntntMDocContentType)
LglCntntMDocContentType
entity using key fields.lglCntntMDocContentType
- Document Content Type
Constraints: Not nullable, Maximum length: 4
LglCntntMDocContentType
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LglCntntMDocContentTypeTextFluentHelper getAllLglCntntMDocContentTypeText()
LglCntntMDocContentTypeText
entities.LglCntntMDocContentTypeText
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LglCntntMDocContentTypeTextByKeyFluentHelper getLglCntntMDocContentTypeTextByKey(String lglCntntMDocContentType, String language)
LglCntntMDocContentTypeText
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
lglCntntMDocContentType
- Document Content Type
Constraints: Not nullable, Maximum length: 4
LglCntntMDocContentTypeText
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.