Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamCategoryRespyAttributes> |
TeamCategoryRespyAttributes.ALL_FIELDS
Selector for all available fields of TeamCategoryRespyAttributes.
|
static SimpleProperty.String<TeamCategoryRespyAttributes> |
TeamCategoryRespyAttributes.RESPY_MGMT_ATTRIBUTE_NAME |
static SimpleProperty.String<TeamCategoryRespyAttributes> |
TeamCategoryRespyAttributes.RESPY_MGMT_TEAM_CATEGORY |
static NavigationProperty.Collection<TeamCategoryRespyAttributes,TeamCategoryRespyAttributeTxts> |
TeamCategoryRespyAttributes.TO__RESPONSIBILITY_ATTRIBUTE_TEXTS
Use with available request builders to apply the _ResponsibilityAttributeTexts navigation property to
query operations.
|
static NavigationProperty.Single<TeamCategoryRespyAttributes,TeamCategories> |
TeamCategoryRespyAttributes.TO__TEAM_CATEGORY
Use with available request builders to apply the _TeamCategory navigation property to query operations.
|
static NavigationProperty.Collection<TeamCategories,TeamCategoryRespyAttributes> |
TeamCategories.TO__TEAM_CATEGORY_RESPY_ATTRIBUTES
Use with available request builders to apply the _TeamCategoryRespyAttributes navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
TeamCategoryRespyAttributes |
TeamCategoryRespyAttributes.TeamCategoryRespyAttributesBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamCategoryRespyAttributes>> |
TeamCategories.getTeamCategoryRespyAttributesIfPresent()
Retrieval of associated TeamCategoryRespyAttributes entities (one to many).
|
Class<TeamCategoryRespyAttributes> |
TeamCategoryRespyAttributes.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.addTeamCategoryRespyAttributes(TeamCategoryRespyAttributes... entity)
Adds elements to the list of associated TeamCategoryRespyAttributes entities.
|
TeamCategories.TeamCategoriesBuilder |
TeamCategories.TeamCategoriesBuilder.teamCategoryRespyAttributes(TeamCategoryRespyAttributes... value)
Navigation property _TeamCategoryRespyAttributes for TeamCategories to multiple
TeamCategoryRespyAttributes.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.setTeamCategoryRespyAttributes(List<TeamCategoryRespyAttributes> value)
Overwrites the list of associated TeamCategoryRespyAttributes entities for the loaded navigation property
_TeamCategoryRespyAttributes.
|
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<TeamCategoryRespyAttributes> |
ResponsibilityManagementTeamConfigurationService.countTeamCategoryRespyAttributes()
Fetch the number of entries from the
TeamCategoryRespyAttributes entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamCategoryRespyAttributes> |
DefaultResponsibilityManagementTeamConfigurationService.countTeamCategoryRespyAttributes() |
GetAllRequestBuilder<TeamCategoryRespyAttributes> |
ResponsibilityManagementTeamConfigurationService.getAllTeamCategoryRespyAttributes()
Fetch multiple
TeamCategoryRespyAttributes entities. |
GetAllRequestBuilder<TeamCategoryRespyAttributes> |
DefaultResponsibilityManagementTeamConfigurationService.getAllTeamCategoryRespyAttributes() |
GetByKeyRequestBuilder<TeamCategoryRespyAttributes> |
ResponsibilityManagementTeamConfigurationService.getTeamCategoryRespyAttributesByKey(String respyMgmtTeamCategory,
String respyMgmtAttributeName)
Fetch a single
TeamCategoryRespyAttributes entity using key fields. |
GetByKeyRequestBuilder<TeamCategoryRespyAttributes> |
DefaultResponsibilityManagementTeamConfigurationService.getTeamCategoryRespyAttributesByKey(String respyMgmtTeamCategory,
String respyMgmtAttributeName) |
Copyright © 2021 SAP SE. All rights reserved.