Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamTypeFunctions> |
TeamTypeFunctions.ALL_FIELDS
Selector for all available fields of TeamTypeFunctions.
|
static SimpleProperty.String<TeamTypeFunctions> |
TeamTypeFunctions.RESPY_MGMT_FUNCTION |
static SimpleProperty.String<TeamTypeFunctions> |
TeamTypeFunctions.RESPY_MGMT_TEAM_CATEGORY |
static SimpleProperty.String<TeamTypeFunctions> |
TeamTypeFunctions.RESPY_MGMT_TEAM_TYPE |
static NavigationProperty.Collection<TeamTypeFunctions,TeamTypeFunctionTexts> |
TeamTypeFunctions.TO__FUNCTION_TEXTS
Use with available request builders to apply the _FunctionTexts navigation property to query operations.
|
static NavigationProperty.Single<TeamTypeFunctions,TeamTypes> |
TeamTypeFunctions.TO__TEAM_TYPE
Use with available request builders to apply the _TeamType navigation property to query operations.
|
static NavigationProperty.Collection<TeamTypes,TeamTypeFunctions> |
TeamTypes.TO__TEAM_TYPE_FUNCTIONS
Use with available request builders to apply the _TeamTypeFunctions navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
TeamTypeFunctions |
TeamTypeFunctions.TeamTypeFunctionsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamTypeFunctions>> |
TeamTypes.getTeamTypeFunctionsIfPresent()
Retrieval of associated TeamTypeFunctions entities (one to many).
|
Class<TeamTypeFunctions> |
TeamTypeFunctions.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamTypes.addTeamTypeFunctions(TeamTypeFunctions... entity)
Adds elements to the list of associated TeamTypeFunctions entities.
|
TeamTypes.TeamTypesBuilder |
TeamTypes.TeamTypesBuilder.teamTypeFunctions(TeamTypeFunctions... value)
Navigation property _TeamTypeFunctions for TeamTypes to multiple TeamTypeFunctions.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamTypes.setTeamTypeFunctions(List<TeamTypeFunctions> value)
Overwrites the list of associated TeamTypeFunctions entities for the loaded navigation property
_TeamTypeFunctions.
|
Constructor and Description |
---|
TeamTypes(String respyMgmtTeamType,
String respyMgmtTeamCategory,
TeamCategories to_TeamCategory,
List<TeamTypeFunctions> to_TeamTypeFunctions,
List<TeamTypeRespyAttributes> to_TeamTypeRespyAttributes,
List<TeamTypeTexts> to_TeamTypeTexts) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamTypeFunctions> |
ResponsibilityManagementTeamConfigurationService.countTeamTypeFunctions()
Fetch the number of entries from the
TeamTypeFunctions entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamTypeFunctions> |
DefaultResponsibilityManagementTeamConfigurationService.countTeamTypeFunctions() |
GetAllRequestBuilder<TeamTypeFunctions> |
ResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctions()
Fetch multiple
TeamTypeFunctions entities. |
GetAllRequestBuilder<TeamTypeFunctions> |
DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctions() |
GetByKeyRequestBuilder<TeamTypeFunctions> |
ResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionsByKey(String respyMgmtTeamType,
String respyMgmtFunction)
Fetch a single
TeamTypeFunctions entity using key fields. |
GetByKeyRequestBuilder<TeamTypeFunctions> |
DefaultResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionsByKey(String respyMgmtTeamType,
String respyMgmtFunction) |
Copyright © 2021 SAP SE. All rights reserved.