Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamHeaders> |
TeamHeaders.ALL_FIELDS
Selector for all available fields of TeamHeaders.
|
static SimpleProperty.String<TeamHeaders> |
TeamHeaders.RESPY_MGMT_GLOBAL_TEAM_ID |
static SimpleProperty.String<TeamHeaders> |
TeamHeaders.RESPY_MGMT_TEAM_CATEGORY |
static SimpleProperty.String<TeamHeaders> |
TeamHeaders.RESPY_MGMT_TEAM_NAME |
static SimpleProperty.String<TeamHeaders> |
TeamHeaders.RESPY_MGMT_TEAM_STATUS |
static SimpleProperty.String<TeamHeaders> |
TeamHeaders.RESPY_MGMT_TEAM_TYPE |
static NavigationProperty.Collection<TeamHeaders,TeamAttributes> |
TeamHeaders.TO__TEAM_ATTRIBUTES
Use with available request builders to apply the _TeamAttributes navigation property to query operations.
|
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.Single<TeamAttributes,TeamHeaders> |
TeamAttributes.TO__TEAM_HEADER
Use with available request builders to apply the _TeamHeader navigation property to query operations.
|
static NavigationProperty.Single<TeamMembers,TeamHeaders> |
TeamMembers.TO__TEAM_HEADER
Use with available request builders to apply the _TeamHeader navigation property to query operations.
|
static NavigationProperty.Collection<TeamHeaders,TeamMembers> |
TeamHeaders.TO__TEAM_MEMBERS
Use with available request builders to apply the _TeamMembers 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.
|
static NavigationProperty.Collection<TeamHeaders,TeamStatusTexts> |
TeamHeaders.TO__TEAM_STATUS_TEXTS
Use with available request builders to apply the _TeamStatusTexts 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.
|
Modifier and Type | Method and Description |
---|---|
TeamHeaders |
TeamHeaders.TeamHeadersBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<TeamHeaders> |
TeamOwners.getTeamHeaderIfPresent()
Retrieval of associated TeamHeaders entity (one to one).
|
io.vavr.control.Option<TeamHeaders> |
TeamAttributes.getTeamHeaderIfPresent()
Retrieval of associated TeamHeaders entity (one to one).
|
io.vavr.control.Option<TeamHeaders> |
TeamMembers.getTeamHeaderIfPresent()
Retrieval of associated TeamHeaders entity (one to one).
|
Class<TeamHeaders> |
TeamHeaders.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TeamOwners.setTeamHeader(TeamHeaders value)
Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.
|
void |
TeamAttributes.setTeamHeader(TeamHeaders value)
Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.
|
void |
TeamMembers.setTeamHeader(TeamHeaders value)
Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.
|
TeamOwners.TeamOwnersBuilder |
TeamOwners.TeamOwnersBuilder.teamHeader(TeamHeaders value)
Navigation property _TeamHeader for TeamOwners to single TeamHeaders.
|
TeamAttributes.TeamAttributesBuilder |
TeamAttributes.TeamAttributesBuilder.teamHeader(TeamHeaders value)
Navigation property _TeamHeader for TeamAttributes to single TeamHeaders.
|
TeamMembers.TeamMembersBuilder |
TeamMembers.TeamMembersBuilder.teamHeader(TeamHeaders value)
Navigation property _TeamHeader for TeamMembers to single TeamHeaders.
|
Constructor and Description |
---|
TeamAttributes(String respyMgmtGlobalTeamID,
String respyMgmtAttributeName,
String respyMgmtAttributeSign,
String respyMgmtAttributeOption,
String respyMgmtAttributeLowValue,
String respyMgmtAttributeHighValue,
TeamHeaders to_TeamHeader) |
TeamMembers(String respyMgmtGlobalTeamID,
String respyMgmtTeamMemberType,
String responsibilityTeamMember,
TeamHeaders to_TeamHeader,
List<TeamMemberFunctions> to_TeamMemberFunctions) |
TeamOwners(String respyMgmtGlobalTeamID,
String respyMgmtTeamOwnerType,
String responsibilityTeamOwner,
TeamHeaders to_TeamHeader) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<TeamHeaders> |
ResponsibilityManagementTeamService.countTeamHeaders()
Fetch the number of entries from the
TeamHeaders entity collection matching the filter and search expressions. |
CountRequestBuilder<TeamHeaders> |
DefaultResponsibilityManagementTeamService.countTeamHeaders() |
GetAllRequestBuilder<TeamHeaders> |
ResponsibilityManagementTeamService.getAllTeamHeaders()
Fetch multiple
TeamHeaders entities. |
GetAllRequestBuilder<TeamHeaders> |
DefaultResponsibilityManagementTeamService.getAllTeamHeaders() |
GetByKeyRequestBuilder<TeamHeaders> |
ResponsibilityManagementTeamService.getTeamHeadersByKey(String respyMgmtGlobalTeamID)
Fetch a single
TeamHeaders entity using key fields. |
GetByKeyRequestBuilder<TeamHeaders> |
DefaultResponsibilityManagementTeamService.getTeamHeadersByKey(String respyMgmtGlobalTeamID) |
Copyright © 2021 SAP SE. All rights reserved.