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<TeamCategoryTexts> |
TeamCategoryTexts.ALL_FIELDS
Selector for all available fields of TeamCategoryTexts.
|
static SimpleProperty.String<TeamCategoryTexts> |
TeamCategoryTexts.LANGUAGE |
static SimpleProperty.String<TeamCategoryTexts> |
TeamCategoryTexts.RESPY_MGMT_TEAM_CATEGORY |
static SimpleProperty.String<TeamCategoryTexts> |
TeamCategoryTexts.RESPY_MGMT_TEAM_CATEGORY_TEXT |
static NavigationProperty.Collection<TeamCategories,TeamCategoryTexts> |
TeamCategories.TO__TEAM_CATEGORY_TEXTS
Use with available request builders to apply the _TeamCategoryTexts navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
TeamCategoryTexts |
TeamCategoryTexts.TeamCategoryTextsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamCategoryTexts>> |
TeamCategories.getTeamCategoryTextsIfPresent()
Retrieval of associated TeamCategoryTexts entities (one to many).
|
Class<TeamCategoryTexts> |
TeamCategoryTexts.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.addTeamCategoryTexts(TeamCategoryTexts... entity)
Adds elements to the list of associated TeamCategoryTexts entities.
|
TeamCategories.TeamCategoriesBuilder |
TeamCategories.TeamCategoriesBuilder.teamCategoryTexts(TeamCategoryTexts... value)
Navigation property _TeamCategoryTexts for TeamCategories to multiple TeamCategoryTexts.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.setTeamCategoryTexts(List<TeamCategoryTexts> value)
Overwrites the list of associated TeamCategoryTexts entities for the loaded navigation property
_TeamCategoryTexts.
|
Constructor and Description |
---|
TeamCategories(String respyMgmtTeamCategory,
List<TeamCategoryTexts> to_TeamCategoryTexts,
List<TeamTypes> to_TeamTypes) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamCategoryTexts> |
ResponsibilityManagementTeamService.countTeamCategoryTexts()
Fetch the number of entries from the
TeamCategoryTexts entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamCategoryTexts> |
DefaultResponsibilityManagementTeamService.countTeamCategoryTexts() |
GetAllRequestBuilder<TeamCategoryTexts> |
ResponsibilityManagementTeamService.getAllTeamCategoryTexts()
Fetch multiple
TeamCategoryTexts entities. |
GetAllRequestBuilder<TeamCategoryTexts> |
DefaultResponsibilityManagementTeamService.getAllTeamCategoryTexts() |
GetByKeyRequestBuilder<TeamCategoryTexts> |
ResponsibilityManagementTeamService.getTeamCategoryTextsByKey(String respyMgmtTeamCategory,
String language)
Fetch a single
TeamCategoryTexts entity using key fields. |
GetByKeyRequestBuilder<TeamCategoryTexts> |
DefaultResponsibilityManagementTeamService.getTeamCategoryTextsByKey(String respyMgmtTeamCategory,
String language) |
Copyright © 2021 SAP SE. All rights reserved.