Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamHeaders
Packages that use TeamHeaders
Package
Description
-
Uses of TeamHeaders in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type parameters of type TeamHeadersModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamHeaders>TeamHeaders.ALL_FIELDSSelector for all available fields of TeamHeaders.static final SimpleProperty.String<TeamHeaders>TeamHeaders.RESPY_MGMT_GLOBAL_TEAM_IDstatic final SimpleProperty.String<TeamHeaders>TeamHeaders.RESPY_MGMT_TEAM_CATEGORYstatic final SimpleProperty.String<TeamHeaders>TeamHeaders.RESPY_MGMT_TEAM_NAMEstatic final SimpleProperty.String<TeamHeaders>TeamHeaders.RESPY_MGMT_TEAM_STATUSstatic final SimpleProperty.String<TeamHeaders>TeamHeaders.RESPY_MGMT_TEAM_TYPEstatic final NavigationProperty.Collection<TeamHeaders,TeamAttributes> TeamHeaders.TO__TEAM_ATTRIBUTESUse with available request builders to apply the _TeamAttributes navigation property to query operations.static final NavigationProperty.Single<TeamAttributes,TeamHeaders> TeamAttributes.TO__TEAM_HEADERUse with available request builders to apply the _TeamHeader navigation property to query operations.static final NavigationProperty.Single<TeamMembers,TeamHeaders> TeamMembers.TO__TEAM_HEADERUse with available request builders to apply the _TeamHeader navigation property to query operations.static final NavigationProperty.Single<TeamOwners,TeamHeaders> TeamOwners.TO__TEAM_HEADERUse with available request builders to apply the _TeamHeader navigation property to query operations.static final NavigationProperty.Collection<TeamHeaders,TeamMembers> TeamHeaders.TO__TEAM_MEMBERSUse with available request builders to apply the _TeamMembers navigation property to query operations.static final NavigationProperty.Collection<TeamHeaders,TeamOwners> TeamHeaders.TO__TEAM_OWNERSUse with available request builders to apply the _TeamOwners navigation property to query operations.static final NavigationProperty.Collection<TeamHeaders,TeamStatusTexts> TeamHeaders.TO__TEAM_STATUS_TEXTSUse with available request builders to apply the _TeamStatusTexts navigation property to query operations.static final NavigationProperty.Single<TeamHeaders,TeamTypes> TeamHeaders.TO__TEAM_TYPEUse with available request builders to apply the _TeamType navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return TeamHeadersMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return types with arguments of type TeamHeadersModifier and TypeMethodDescriptionio.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).io.vavr.control.Option<TeamHeaders>TeamOwners.getTeamHeaderIfPresent()Retrieval of associated TeamHeaders entity (one to one).TeamHeaders.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamHeadersModifier and TypeMethodDescriptionvoidTeamAttributes.setTeamHeader(TeamHeaders value) Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.voidTeamMembers.setTeamHeader(TeamHeaders value) Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.voidTeamOwners.setTeamHeader(TeamHeaders value) Overwrites the associated TeamHeaders entity for the loaded navigation property _TeamHeader.TeamAttributes.TeamAttributesBuilder.teamHeader(TeamHeaders value) Navigation property _TeamHeader for TeamAttributes to single TeamHeaders.TeamMembers.TeamMembersBuilder.teamHeader(TeamHeaders value) Navigation property _TeamHeader for TeamMembers to single TeamHeaders.TeamOwners.TeamOwnersBuilder.teamHeader(TeamHeaders value) Navigation property _TeamHeader for TeamOwners to single TeamHeaders.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamHeadersModifierConstructorDescriptionTeamAttributes(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) -
Uses of TeamHeaders in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type TeamHeadersModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamHeaders()Deprecated.ResponsibilityManagementTeamService.countTeamHeaders()Deprecated.Fetch the number of entries from theTeamHeadersentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamHeaders()Deprecated.ResponsibilityManagementTeamService.getAllTeamHeaders()Deprecated.Fetch multipleTeamHeadersentities.DefaultResponsibilityManagementTeamService.getTeamHeadersByKey(String respyMgmtGlobalTeamID) Deprecated.ResponsibilityManagementTeamService.getTeamHeadersByKey(String respyMgmtGlobalTeamID) Deprecated.Fetch a singleTeamHeadersentity using key fields.