Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.TeamStatusTexts
Packages that use TeamStatusTexts
Package
Description
-
Uses of TeamStatusTexts in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type parameters of type TeamStatusTextsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamStatusTexts>TeamStatusTexts.ALL_FIELDSSelector for all available fields of TeamStatusTexts.static final SimpleProperty.String<TeamStatusTexts>TeamStatusTexts.LANGUAGEstatic final SimpleProperty.String<TeamStatusTexts>TeamStatusTexts.RESPY_MGMT_TEAM_STATUSstatic final SimpleProperty.String<TeamStatusTexts>TeamStatusTexts.RESPY_MGMT_TEAM_STATUS_TEXTstatic final NavigationProperty.Collection<RespyMgmtTeamHeader,TeamStatusTexts> RespyMgmtTeamHeader.TO__TEAM_STATUS_TEXTSUse with available request builders to apply the _TeamStatusTexts navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 that return TeamStatusTextsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 that return types with arguments of type TeamStatusTextsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamStatusTexts>>RespyMgmtTeamHeader.getTeamStatusTextsIfPresent()Retrieval of associated TeamStatusTexts entities (one to many).TeamStatusTexts.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with parameters of type TeamStatusTextsModifier and TypeMethodDescriptionvoidRespyMgmtTeamHeader.addTeamStatusTexts(TeamStatusTexts... entity) Adds elements to the list of associated TeamStatusTexts entities.RespyMgmtTeamHeader.RespyMgmtTeamHeaderBuilder.teamStatusTexts(TeamStatusTexts... value) Navigation property _TeamStatusTexts for RespyMgmtTeamHeader to multiple TeamStatusTexts.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type arguments of type TeamStatusTextsModifier and TypeMethodDescriptionvoidRespyMgmtTeamHeader.setTeamStatusTexts(List<TeamStatusTexts> value) Overwrites the list of associated TeamStatusTexts entities for the loaded navigation property _TeamStatusTexts. -
Uses of TeamStatusTexts 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 TeamStatusTextsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamsV2Service.countTeamStatusTexts()Deprecated.ResponsibilityManagementTeamsV2Service.countTeamStatusTexts()Deprecated.Fetch the number of entries from theTeamStatusTextsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamsV2Service.getAllTeamStatusTexts()Deprecated.ResponsibilityManagementTeamsV2Service.getAllTeamStatusTexts()Deprecated.Fetch multipleTeamStatusTextsentities.DefaultResponsibilityManagementTeamsV2Service.getTeamStatusTextsByKey(String respyMgmtTeamStatus, String language) Deprecated.ResponsibilityManagementTeamsV2Service.getTeamStatusTextsByKey(String respyMgmtTeamStatus, String language) Deprecated.Fetch a singleTeamStatusTextsentity using key fields.