Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamTypeTexts
Packages that use TeamTypeTexts
Package
Description
-
Uses of TeamTypeTexts 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 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.responsibilitymanagementteam that return TeamTypeTextsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam 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.responsibilitymanagementteam 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.responsibilitymanagementteam 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.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamTypeTextsModifierConstructorDescriptionTeamTypes(String respyMgmtTeamType, String respyMgmtTeamCategory, TeamCategories to_TeamCategory, List<TeamTypeTexts> to_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 TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamTypeTexts()Deprecated.ResponsibilityManagementTeamService.countTeamTypeTexts()Deprecated.Fetch the number of entries from theTeamTypeTextsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamTypeTexts()Deprecated.ResponsibilityManagementTeamService.getAllTeamTypeTexts()Deprecated.Fetch multipleTeamTypeTextsentities.DefaultResponsibilityManagementTeamService.getTeamTypeTextsByKey(String respyMgmtTeamType, String language) Deprecated.ResponsibilityManagementTeamService.getTeamTypeTextsByKey(String respyMgmtTeamType, String language) Deprecated.Fetch a singleTeamTypeTextsentity using key fields.