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<TeamOwners> |
TeamOwners.ALL_FIELDS
Selector for all available fields of TeamOwners.
|
static SimpleProperty.String<TeamOwners> |
TeamOwners.RESPONSIBILITY_TEAM_OWNER |
static SimpleProperty.String<TeamOwners> |
TeamOwners.RESPY_MGMT_GLOBAL_TEAM_ID |
static SimpleProperty.String<TeamOwners> |
TeamOwners.RESPY_MGMT_TEAM_OWNER_TYPE |
static NavigationProperty.Single<TeamOwners,TeamHeaders> |
TeamOwners.TO__TEAM_HEADER
Use with available request builders to apply the _TeamHeader navigation property to query operations.
|
static NavigationProperty.Collection<TeamHeaders,TeamOwners> |
TeamHeaders.TO__TEAM_OWNERS
Use with available request builders to apply the _TeamOwners navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
TeamOwners |
TeamOwners.TeamOwnersBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<TeamOwners>> |
TeamHeaders.getTeamOwnersIfPresent()
Retrieval of associated TeamOwners entities (one to many).
|
Class<TeamOwners> |
TeamOwners.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamHeaders.addTeamOwners(TeamOwners... entity)
Adds elements to the list of associated TeamOwners entities.
|
TeamHeaders.TeamHeadersBuilder |
TeamHeaders.TeamHeadersBuilder.teamOwners(TeamOwners... value)
Navigation property _TeamOwners for TeamHeaders to multiple TeamOwners.
|
Modifier and Type | Method and Description |
---|---|
void |
TeamHeaders.setTeamOwners(List<TeamOwners> value)
Overwrites the list of associated TeamOwners entities for the loaded navigation property
_TeamOwners.
|
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<TeamOwners> |
ResponsibilityManagementTeamService.countTeamOwners()
Fetch the number of entries from the
TeamOwners
entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamOwners> |
DefaultResponsibilityManagementTeamService.countTeamOwners() |
GetAllRequestBuilder<TeamOwners> |
ResponsibilityManagementTeamService.getAllTeamOwners()
Fetch multiple
TeamOwners
entities. |
GetAllRequestBuilder<TeamOwners> |
DefaultResponsibilityManagementTeamService.getAllTeamOwners() |
GetByKeyRequestBuilder<TeamOwners> |
ResponsibilityManagementTeamService.getTeamOwnersByKey(String respyMgmtGlobalTeamID,
String respyMgmtTeamOwnerType,
String responsibilityTeamOwner)
Fetch a single
TeamOwners
entity using key fields. |
GetByKeyRequestBuilder<TeamOwners> |
DefaultResponsibilityManagementTeamService.getTeamOwnersByKey(String respyMgmtGlobalTeamID,
String respyMgmtTeamOwnerType,
String responsibilityTeamOwner) |
Copyright © 2021 SAP SE. All rights reserved.