public interface LegalDocumentContentTypeService extends BatchService<LegalDocumentContentTypeServiceBatch>
This synchronous inbound service is based on the OData protocol and can be consumed in integration scenarios or other user interfaces. Content Types describes the purpose of the document, for example 'Amendment' or 'Master Agreement'..
Reference: SAP API Business Hub
OData Service: | API_LEGAL_CONTENT_TYPE_SRV |
API Version: | 1 |
Communication Scenario: | Enterprise Contract Management and Assembly Integration (SAP_COM_0437) |
Scope Items: | Integration to SAP S/4HANA Cloud for Enterprise Contract Assembly (2OQ) |
Authentication Methods: | Basic, x509 |
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
- The Language key field contains an alphanumeric code that identifies the language an entry is written
in.
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 © 2019 SAP SE. All rights reserved.