Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamCategoryTexts
Packages that use TeamCategoryTexts
Package
Description
-
Uses of TeamCategoryTexts 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 TeamCategoryTextsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamCategoryTexts>TeamCategoryTexts.ALL_FIELDSSelector for all available fields of TeamCategoryTexts.static final SimpleProperty.String<TeamCategoryTexts>TeamCategoryTexts.LANGUAGEstatic final SimpleProperty.String<TeamCategoryTexts>TeamCategoryTexts.RESPY_MGMT_TEAM_CATEGORYstatic final SimpleProperty.String<TeamCategoryTexts>TeamCategoryTexts.RESPY_MGMT_TEAM_CATEGORY_TEXTstatic final NavigationProperty.Collection<TeamCategories,TeamCategoryTexts> TeamCategories.TO__TEAM_CATEGORY_TEXTSUse with available request builders to apply the _TeamCategoryTexts navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return TeamCategoryTextsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return types with arguments of type TeamCategoryTextsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamCategoryTexts>>TeamCategories.getTeamCategoryTextsIfPresent()Retrieval of associated TeamCategoryTexts entities (one to many).TeamCategoryTexts.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamCategoryTextsModifier and TypeMethodDescriptionvoidTeamCategories.addTeamCategoryTexts(TeamCategoryTexts... entity) Adds elements to the list of associated TeamCategoryTexts entities.TeamCategories.TeamCategoriesBuilder.teamCategoryTexts(TeamCategoryTexts... value) Navigation property _TeamCategoryTexts for TeamCategories to multiple TeamCategoryTexts.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamCategoryTextsModifier and TypeMethodDescriptionvoidTeamCategories.setTeamCategoryTexts(List<TeamCategoryTexts> value) Overwrites the list of associated TeamCategoryTexts entities for the loaded navigation property _TeamCategoryTexts.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamCategoryTextsModifierConstructorDescriptionTeamCategories(String respyMgmtTeamCategory, List<TeamCategoryTexts> to_TeamCategoryTexts, List<TeamTypes> to_TeamTypes) -
Uses of TeamCategoryTexts 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 TeamCategoryTextsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamCategoryTexts()Deprecated.ResponsibilityManagementTeamService.countTeamCategoryTexts()Deprecated.Fetch the number of entries from theTeamCategoryTextsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamCategoryTexts()Deprecated.ResponsibilityManagementTeamService.getAllTeamCategoryTexts()Deprecated.Fetch multipleTeamCategoryTextsentities.DefaultResponsibilityManagementTeamService.getTeamCategoryTextsByKey(String respyMgmtTeamCategory, String language) Deprecated.ResponsibilityManagementTeamService.getTeamCategoryTextsByKey(String respyMgmtTeamCategory, String language) Deprecated.Fetch a singleTeamCategoryTextsentity using key fields.