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<TeamCategories> |
TeamCategories.ALL_FIELDS
Selector for all available fields of TeamCategories.
|
static SimpleProperty.String<TeamCategories> |
TeamCategories.RESPY_MGMT_TEAM_CATEGORY |
static NavigationProperty.Single<TeamTypes,TeamCategories> |
TeamTypes.TO__TEAM_CATEGORY
Use with available request builders to apply the _TeamCategory navigation property to query operations.
|
static NavigationProperty.Collection<TeamCategories,TeamCategoryTexts> |
TeamCategories.TO__TEAM_CATEGORY_TEXTS
Use with available request builders to apply the _TeamCategoryTexts navigation property to query
operations.
|
static NavigationProperty.Collection<TeamCategories,TeamTypes> |
TeamCategories.TO__TEAM_TYPES
Use with available request builders to apply the _TeamTypes navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
TeamCategories |
TeamCategories.TeamCategoriesBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<TeamCategories> |
TeamTypes.getTeamCategoryIfPresent()
Retrieval of associated TeamCategories entity (one to one).
|
Class<TeamCategories> |
TeamCategories.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamTypes.setTeamCategory(TeamCategories value)
Overwrites the associated TeamCategories entity for the loaded navigation property _TeamCategory.
|
TeamTypes.TeamTypesBuilder |
TeamTypes.TeamTypesBuilder.teamCategory(TeamCategories value)
Navigation property _TeamCategory for TeamTypes to single TeamCategories.
|
Constructor and Description |
---|
TeamTypes(String respyMgmtTeamType,
String respyMgmtTeamCategory,
TeamCategories to_TeamCategory,
List<TeamTypeTexts> to_TeamTypeTexts) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamCategories> |
ResponsibilityManagementTeamService.countTeamCategories()
Fetch the number of entries from the
TeamCategories entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamCategories> |
DefaultResponsibilityManagementTeamService.countTeamCategories() |
GetAllRequestBuilder<TeamCategories> |
ResponsibilityManagementTeamService.getAllTeamCategories()
Fetch multiple
TeamCategories entities. |
GetAllRequestBuilder<TeamCategories> |
DefaultResponsibilityManagementTeamService.getAllTeamCategories() |
GetByKeyRequestBuilder<TeamCategories> |
ResponsibilityManagementTeamService.getTeamCategoriesByKey(String respyMgmtTeamCategory)
Fetch a single
TeamCategories entity using key fields. |
GetByKeyRequestBuilder<TeamCategories> |
DefaultResponsibilityManagementTeamService.getTeamCategoriesByKey(String respyMgmtTeamCategory) |
Copyright © 2021 SAP SE. All rights reserved.