Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
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<TeamHeaders,TeamTypes> |
TeamHeaders.TO__TEAM_TYPE
Use with available request builders to apply the _TeamType 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> |
TeamHeaders.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 |
TeamHeaders.setTeamType(TeamTypes value)
Overwrites the associated TeamTypes entity for the loaded navigation property _TeamType.
|
TeamHeaders.TeamHeadersBuilder |
TeamHeaders.TeamHeadersBuilder.teamType(TeamTypes value)
Navigation property _TeamType for TeamHeaders 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 |
---|
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) |
Constructor and Description |
---|
TeamCategories(String respyMgmtTeamCategory,
List<TeamCategoryTexts> to_TeamCategoryTexts,
List<TeamTypes> to_TeamTypes) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamTypes> |
ResponsibilityManagementTeamService.countTeamTypes()
Fetch the number of entries from the
TeamTypes
entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamTypes> |
DefaultResponsibilityManagementTeamService.countTeamTypes() |
GetAllRequestBuilder<TeamTypes> |
ResponsibilityManagementTeamService.getAllTeamTypes()
Fetch multiple
TeamTypes
entities. |
GetAllRequestBuilder<TeamTypes> |
DefaultResponsibilityManagementTeamService.getAllTeamTypes() |
GetByKeyRequestBuilder<TeamTypes> |
ResponsibilityManagementTeamService.getTeamTypesByKey(String respyMgmtTeamType)
Fetch a single
TeamTypes
entity using key fields. |
GetByKeyRequestBuilder<TeamTypes> |
DefaultResponsibilityManagementTeamService.getTeamTypesByKey(String respyMgmtTeamType) |
Copyright © 2021 SAP SE. All rights reserved.