public interface WorkforcePersonSkilltagService
This service enables you to create, read or delete the skill tag information of a person in S/4HANA system.
Reference: SAP API Business Hub
OData Service: | API_MANAGE_SKILLTAGS_SRV |
API Version: | 1 |
Communication Scenario: | External HR Workforce Integration (SAP_COM_0301) |
Scope Items: | Employee Integration - SAP S/4HANA Enablement (1FD) |
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 |
---|---|
SkillTagCreateFluentHelper |
createSkillTag(SkillTag skillTag)
Create a new
SkillTag entity and save it to the S/4HANA system. |
SkillTagDeleteFluentHelper |
deleteSkillTag(SkillTag skillTag)
Deletes an existing
SkillTag entity in the S/4HANA system. |
SkillTagFluentHelper |
getAllSkillTag()
Fetch multiple
SkillTag entities. |
SkillTagByKeyFluentHelper |
getSkillTagByKey(String personExternalId)
Fetch a single
SkillTag entity using key fields. |
WorkforcePersonSkilltagService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.WorkforcePersonSkilltagService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SkillTagFluentHelper getAllSkillTag()
SkillTag
entities.@Nonnull SkillTagByKeyFluentHelper getSkillTagByKey(String personExternalId)
SkillTag
entity using key fields.personExternalId
- Model S: Employee Ext IDConstraints: Not nullable, Maximum length: 60
SkillTag
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 SkillTagCreateFluentHelper createSkillTag(@Nonnull SkillTag skillTag)
SkillTag
entity and save it to the S/4HANA system.@Nonnull SkillTagDeleteFluentHelper deleteSkillTag(@Nonnull SkillTag skillTag)
SkillTag
entity in the S/4HANA system.Copyright © 2018 SAP SE. All rights reserved.