Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamTypeTexts> |
TeamTypeTexts.ALL_FIELDS
Selector for all available fields of TeamTypeTexts.
|
static SimpleProperty.String<TeamTypeTexts> |
TeamTypeTexts.LANGUAGE |
static SimpleProperty.String<TeamTypeTexts> |
TeamTypeTexts.RESPY_MGMT_TEAM_TYPE |
static SimpleProperty.String<TeamTypeTexts> |
TeamTypeTexts.RESPY_MGMT_TEAM_TYPE_TEXT |
static NavigationProperty.Collection<TeamTypes,TeamTypeTexts> |
TeamTypes.TO__TEAM_TYPE_TEXTS
Use with available request builders to apply the _TeamTypeTexts navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
TeamTypeTexts |
TeamTypeTexts.TeamTypeTextsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamTypeTexts>> |
TeamTypes.getTeamTypeTextsIfPresent()
Retrieval of associated TeamTypeTexts entities (one to many).
|
Class<TeamTypeTexts> |
TeamTypeTexts.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamTypes.addTeamTypeTexts(TeamTypeTexts... entity)
Adds elements to the list of associated TeamTypeTexts entities.
|
TeamTypes.TeamTypesBuilder |
TeamTypes.TeamTypesBuilder.teamTypeTexts(TeamTypeTexts... value)
Navigation property _TeamTypeTexts for TeamTypes to multiple TeamTypeTexts.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamTypes.setTeamTypeTexts(List<TeamTypeTexts> value)
Overwrites the list of associated TeamTypeTexts entities for the loaded navigation property
_TeamTypeTexts.
|
Constructor and Description |
---|
TeamTypes(String respyMgmtTeamType,
String respyMgmtTeamCategory,
TeamCategories to_TeamCategory,
List<TeamTypeTexts> to_TeamTypeTexts) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamTypeTexts> |
ResponsibilityManagementTeamService.countTeamTypeTexts()
Fetch the number of entries from the
TeamTypeTexts entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamTypeTexts> |
DefaultResponsibilityManagementTeamService.countTeamTypeTexts() |
GetAllRequestBuilder<TeamTypeTexts> |
ResponsibilityManagementTeamService.getAllTeamTypeTexts()
Fetch multiple
TeamTypeTexts entities. |
GetAllRequestBuilder<TeamTypeTexts> |
DefaultResponsibilityManagementTeamService.getAllTeamTypeTexts() |
GetByKeyRequestBuilder<TeamTypeTexts> |
ResponsibilityManagementTeamService.getTeamTypeTextsByKey(String respyMgmtTeamType,
String language)
Fetch a single
TeamTypeTexts entity using key fields. |
GetByKeyRequestBuilder<TeamTypeTexts> |
DefaultResponsibilityManagementTeamService.getTeamTypeTextsByKey(String respyMgmtTeamType,
String language) |
Copyright © 2021 SAP SE. All rights reserved.