Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypeTexts
Packages that use TeamTypeTexts
Package
Description
-
Uses of TeamTypeTexts in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type parameters of type TeamTypeTextsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamTypeTexts>TeamTypeTexts.ALL_FIELDSSelector for all available fields of TeamTypeTexts.static final SimpleProperty.String<TeamTypeTexts>TeamTypeTexts.LANGUAGEstatic final SimpleProperty.String<TeamTypeTexts>TeamTypeTexts.RESPY_MGMT_TEAM_TYPEstatic final SimpleProperty.String<TeamTypeTexts>TeamTypeTexts.RESPY_MGMT_TEAM_TYPE_TEXTstatic final NavigationProperty.Collection<TeamTypes,TeamTypeTexts> TeamTypes.TO__TEAM_TYPE_TEXTSUse with available request builders to apply the _TeamTypeTexts navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return TeamTypeTextsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamTypeTextsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamTypeTexts>>TeamTypes.getTeamTypeTextsIfPresent()Retrieval of associated TeamTypeTexts entities (one to many).TeamTypeTexts.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamTypeTextsModifier and TypeMethodDescriptionvoidTeamTypes.addTeamTypeTexts(TeamTypeTexts... entity) Adds elements to the list of associated TeamTypeTexts entities.TeamTypes.TeamTypesBuilder.teamTypeTexts(TeamTypeTexts... value) Navigation property _TeamTypeTexts for TeamTypes to multiple TeamTypeTexts.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeTextsModifier and TypeMethodDescriptionvoidTeamTypes.setTeamTypeTexts(List<TeamTypeTexts> value) Overwrites the list of associated TeamTypeTexts entities for the loaded navigation property _TeamTypeTexts. -
Uses of TeamTypeTexts 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 TeamTypeTextsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamTypeTexts()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamTypeTexts()Deprecated.Fetch the number of entries from theTeamTypeTextsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypeTexts()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamTypeTexts()Deprecated.Fetch multipleTeamTypeTextsentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamTypeTextsByKey(String respyMgmtTeamType, String language) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamTypeTextsByKey(String respyMgmtTeamType, String language) Deprecated.Fetch a singleTeamTypeTextsentity using key fields.