Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamStatusTexts> |
TeamStatusTexts.ALL_FIELDS
Selector for all available fields of TeamStatusTexts.
|
static SimpleProperty.String<TeamStatusTexts> |
TeamStatusTexts.LANGUAGE |
static SimpleProperty.String<TeamStatusTexts> |
TeamStatusTexts.RESPY_MGMT_TEAM_STATUS |
static SimpleProperty.String<TeamStatusTexts> |
TeamStatusTexts.RESPY_MGMT_TEAM_STATUS_TEXT |
static NavigationProperty.Collection<TeamHeaders,TeamStatusTexts> |
TeamHeaders.TO__TEAM_STATUS_TEXTS
Use with available fluent helpers to apply the _TeamStatusTexts navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
TeamStatusTexts |
TeamStatusTexts.TeamStatusTextsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamStatusTexts>> |
TeamHeaders.getTeamStatusTextsIfPresent()
Retrieval of associated TeamStatusTexts entities (one to many).
|
Class<TeamStatusTexts> |
TeamStatusTexts.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamHeaders.addTeamStatusTexts(TeamStatusTexts... entity)
Adds elements to the list of associated TeamStatusTexts entities.
|
TeamHeaders.TeamHeadersBuilder |
TeamHeaders.TeamHeadersBuilder.teamStatusTexts(TeamStatusTexts... value)
Navigation property _TeamStatusTexts for TeamHeaders to multiple TeamStatusTexts.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamHeaders.setTeamStatusTexts(List<TeamStatusTexts> value)
Overwrites the list of associated TeamStatusTexts entities for the loaded navigation property
_TeamStatusTexts.
|
Constructor and Description |
---|
TeamHeaders(String respyMgmtGlobalTeamID,
String respyMgmtTeamName,
String respyMgmtTeamStatus,
String respyMgmtTeamType,
String respyMgmtTeamCategory,
List<TeamAttributes> to_TeamAttributes,
List<TeamMembers> to_TeamMembers,
List<TeamOwners> to_TeamOwners,
List<TeamStatusTexts> to_TeamStatusTexts,
TeamTypes to_TeamType) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamStatusTexts> |
ResponsibilityManagementTeamService.countTeamStatusTexts()
Fetch the number of entries from the
TeamStatusTexts entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamStatusTexts> |
DefaultResponsibilityManagementTeamService.countTeamStatusTexts() |
GetAllRequestBuilder<TeamStatusTexts> |
ResponsibilityManagementTeamService.getAllTeamStatusTexts()
Fetch multiple
TeamStatusTexts entities. |
GetAllRequestBuilder<TeamStatusTexts> |
DefaultResponsibilityManagementTeamService.getAllTeamStatusTexts() |
GetByKeyRequestBuilder<TeamStatusTexts> |
ResponsibilityManagementTeamService.getTeamStatusTextsByKey(String respyMgmtTeamStatus,
String language)
Fetch a single
TeamStatusTexts entity using key fields. |
GetByKeyRequestBuilder<TeamStatusTexts> |
DefaultResponsibilityManagementTeamService.getTeamStatusTextsByKey(String respyMgmtTeamStatus,
String language) |
Copyright © 2021 SAP SE. All rights reserved.