Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamCategoryFunctions> |
TeamCategoryFunctions.ALL_FIELDS
Selector for all available fields of TeamCategoryFunctions.
|
static SimpleProperty.String<TeamCategoryFunctions> |
TeamCategoryFunctions.RESPY_MGMT_FUNCTION |
static SimpleProperty.String<TeamCategoryFunctions> |
TeamCategoryFunctions.RESPY_MGMT_TEAM_CATEGORY |
static NavigationProperty.Collection<TeamCategoryFunctions,TeamCategoryFunctionTexts> |
TeamCategoryFunctions.TO__FUNCTION_TEXTS
Use with available request builders to apply the _FunctionTexts navigation property to query operations.
|
static NavigationProperty.Single<TeamCategoryFunctions,TeamCategories> |
TeamCategoryFunctions.TO__TEAM_CATEGORY
Use with available request builders to apply the _TeamCategory navigation property to query operations.
|
static NavigationProperty.Collection<TeamCategories,TeamCategoryFunctions> |
TeamCategories.TO__TEAM_CATEGORY_FUNCTIONS
Use with available request builders to apply the _TeamCategoryFunctions navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
TeamCategoryFunctions |
TeamCategoryFunctions.TeamCategoryFunctionsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamCategoryFunctions>> |
TeamCategories.getTeamCategoryFunctionsIfPresent()
Retrieval of associated TeamCategoryFunctions entities (one to many).
|
Class<TeamCategoryFunctions> |
TeamCategoryFunctions.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.addTeamCategoryFunctions(TeamCategoryFunctions... entity)
Adds elements to the list of associated TeamCategoryFunctions entities.
|
TeamCategories.TeamCategoriesBuilder |
TeamCategories.TeamCategoriesBuilder.teamCategoryFunctions(TeamCategoryFunctions... value)
Navigation property _TeamCategoryFunctions for TeamCategories to multiple
TeamCategoryFunctions.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.setTeamCategoryFunctions(List<TeamCategoryFunctions> value)
Overwrites the list of associated TeamCategoryFunctions entities for the loaded navigation property
_TeamCategoryFunctions.
|
Constructor and Description |
---|
TeamCategories(String respyMgmtTeamCategory,
List<TeamCategoryFunctions> to_TeamCategoryFunctions,
List<TeamCategoryRespyAttributes> to_TeamCategoryRespyAttributes,
List<TeamCategoryTexts> to_TeamCategoryTexts,
List<TeamTypes> to_TeamTypes) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamCategoryFunctions> |
ResponsibilityManagementTeamConfigurationService.countTeamCategoryFunctions()
Fetch the number of entries from the
TeamCategoryFunctions entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamCategoryFunctions> |
DefaultResponsibilityManagementTeamConfigurationService.countTeamCategoryFunctions() |
GetAllRequestBuilder<TeamCategoryFunctions> |
ResponsibilityManagementTeamConfigurationService.getAllTeamCategoryFunctions()
Fetch multiple
TeamCategoryFunctions entities. |
GetAllRequestBuilder<TeamCategoryFunctions> |
DefaultResponsibilityManagementTeamConfigurationService.getAllTeamCategoryFunctions() |
GetByKeyRequestBuilder<TeamCategoryFunctions> |
ResponsibilityManagementTeamConfigurationService.getTeamCategoryFunctionsByKey(String respyMgmtTeamCategory,
String respyMgmtFunction)
Fetch a single
TeamCategoryFunctions entity using key fields. |
GetByKeyRequestBuilder<TeamCategoryFunctions> |
DefaultResponsibilityManagementTeamConfigurationService.getTeamCategoryFunctionsByKey(String respyMgmtTeamCategory,
String respyMgmtFunction) |
Copyright © 2021 SAP SE. All rights reserved.