Modifier and Type | Method and Description |
---|---|
TeamTypeFunctionTexts |
TeamTypeFunctionTexts.TeamTypeFunctionTextsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamTypeFunctionTexts>> |
TeamTypeFunctions.getFunctionTextsIfPresent()
Retrieval of associated TeamTypeFunctionTexts entities (one to many).
|
Class<TeamTypeFunctionTexts> |
TeamTypeFunctionTexts.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamTypeFunctions.addFunctionTexts(TeamTypeFunctionTexts... entity)
Adds elements to the list of associated TeamTypeFunctionTexts entities.
|
TeamTypeFunctions.TeamTypeFunctionsBuilder |
TeamTypeFunctions.TeamTypeFunctionsBuilder.functionTexts(TeamTypeFunctionTexts... value)
Navigation property _FunctionTexts for TeamTypeFunctions to multiple
TeamTypeFunctionTexts.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamTypeFunctions.setFunctionTexts(List<TeamTypeFunctionTexts> value)
Overwrites the list of associated TeamTypeFunctionTexts entities for the loaded navigation property
_FunctionTexts.
|
Constructor and Description |
---|
TeamTypeFunctions(String respyMgmtTeamType,
String respyMgmtFunction,
String respyMgmtTeamCategory,
List<TeamTypeFunctionTexts> to_FunctionTexts,
TeamTypes to_TeamType) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamTypeFunctionTexts> |
ResponsibilityManagementTeamConfigurationService.countTeamTypeFunctionTexts()
Fetch the number of entries from the
TeamTypeFunctionTexts entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamTypeFunctionTexts> |
DefaultResponsibilityManagementTeamConfigurationService.countTeamTypeFunctionTexts() |
GetAllRequestBuilder<TeamTypeFunctionTexts> |
ResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctionTexts()
Fetch multiple
TeamTypeFunctionTexts entities. |
GetAllRequestBuilder<TeamTypeFunctionTexts> |
DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctionTexts() |
GetByKeyRequestBuilder<TeamTypeFunctionTexts> |
ResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionTextsByKey(String respyMgmtTeamType,
String respyMgmtFunction,
String language)
Fetch a single
TeamTypeFunctionTexts entity using key fields. |
GetByKeyRequestBuilder<TeamTypeFunctionTexts> |
DefaultResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionTextsByKey(String respyMgmtTeamType,
String respyMgmtFunction,
String language) |
Copyright © 2021 SAP SE. All rights reserved.