Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamTypes> |
TeamTypes.ALL_FIELDS
Selector for all available fields of TeamTypes.
|
static SimpleProperty.String<TeamTypes> |
TeamTypes.RESPY_MGMT_TEAM_CATEGORY |
static SimpleProperty.String<TeamTypes> |
TeamTypes.RESPY_MGMT_TEAM_TYPE |
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.Single<TeamTypeRespyAttributes,TeamTypes> |
TeamTypeRespyAttributes.TO__TEAM_TYPE
Use with available request builders to apply the _TeamType 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.
|
static NavigationProperty.Collection<TeamTypes,TeamTypeRespyAttributes> |
TeamTypes.TO__TEAM_TYPE_RESPY_ATTRIBUTES
Use with available request builders to apply the _TeamTypeRespyAttributes navigation property to query
operations.
|
static NavigationProperty.Collection<TeamTypes,TeamTypeTexts> |
TeamTypes.TO__TEAM_TYPE_TEXTS
Use with available request builders to apply the _TeamTypeTexts 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 |
---|---|
TeamTypes |
TeamTypes.TeamTypesBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<TeamTypes> |
TeamTypeRespyAttributes.getTeamTypeIfPresent()
Retrieval of associated TeamTypes entity (one to one).
|
io.vavr.control.Option<TeamTypes> |
TeamTypeFunctions.getTeamTypeIfPresent()
Retrieval of associated TeamTypes entity (one to one).
|
io.vavr.control.Option<List<TeamTypes>> |
TeamCategories.getTeamTypesIfPresent()
Retrieval of associated TeamTypes entities (one to many).
|
Class<TeamTypes> |
TeamTypes.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.addTeamTypes(TeamTypes... entity)
Adds elements to the list of associated TeamTypes entities.
|
void |
TeamTypeRespyAttributes.setTeamType(TeamTypes value)
Overwrites the associated TeamTypes entity for the loaded navigation property _TeamType.
|
void |
TeamTypeFunctions.setTeamType(TeamTypes value)
Overwrites the associated TeamTypes entity for the loaded navigation property _TeamType.
|
TeamTypeRespyAttributes.TeamTypeRespyAttributesBuilder |
TeamTypeRespyAttributes.TeamTypeRespyAttributesBuilder.teamType(TeamTypes value)
Navigation property _TeamType for TeamTypeRespyAttributes to single TeamTypes.
|
TeamTypeFunctions.TeamTypeFunctionsBuilder |
TeamTypeFunctions.TeamTypeFunctionsBuilder.teamType(TeamTypes value)
Navigation property _TeamType for TeamTypeFunctions to single TeamTypes.
|
TeamCategories.TeamCategoriesBuilder |
TeamCategories.TeamCategoriesBuilder.teamTypes(TeamTypes... value)
Navigation property _TeamTypes for TeamCategories to multiple TeamTypes.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamCategories.setTeamTypes(List<TeamTypes> value)
Overwrites the list of associated TeamTypes entities for the loaded navigation property _TeamTypes.
|
Constructor and Description |
---|
TeamTypeFunctions(String respyMgmtTeamType,
String respyMgmtFunction,
String respyMgmtTeamCategory,
List<TeamTypeFunctionTexts> to_FunctionTexts,
TeamTypes to_TeamType) |
TeamTypeRespyAttributes(String respyMgmtTeamType,
String respyMgmtAttributeName,
List<TeamTypeRespyAttributeTexts> to_ResponsibilityAttributeTexts,
TeamTypes to_TeamType) |
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<TeamTypes> |
ResponsibilityManagementTeamConfigurationService.countTeamTypes()
Fetch the number of entries from the
TeamTypes entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamTypes> |
DefaultResponsibilityManagementTeamConfigurationService.countTeamTypes() |
GetAllRequestBuilder<TeamTypes> |
ResponsibilityManagementTeamConfigurationService.getAllTeamTypes()
Fetch multiple
TeamTypes entities. |
GetAllRequestBuilder<TeamTypes> |
DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypes() |
GetByKeyRequestBuilder<TeamTypes> |
ResponsibilityManagementTeamConfigurationService.getTeamTypesByKey(String respyMgmtTeamType)
Fetch a single
TeamTypes entity using key fields. |
GetByKeyRequestBuilder<TeamTypes> |
DefaultResponsibilityManagementTeamConfigurationService.getTeamTypesByKey(String respyMgmtTeamType) |
Copyright © 2021 SAP SE. All rights reserved.