Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamCategoryFunctions
Packages that use TeamCategoryFunctions
Package
Description
-
Uses of TeamCategoryFunctions 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 TeamCategoryFunctionsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamCategoryFunctions>TeamCategoryFunctions.ALL_FIELDSSelector for all available fields of TeamCategoryFunctions.static final SimpleProperty.String<TeamCategoryFunctions>TeamCategoryFunctions.RESPY_MGMT_FUNCTIONstatic final SimpleProperty.String<TeamCategoryFunctions>TeamCategoryFunctions.RESPY_MGMT_TEAM_CATEGORYTeamCategoryFunctions.TO__FUNCTION_TEXTSUse with available request builders to apply the _FunctionTexts navigation property to query operations.static final NavigationProperty.Single<TeamCategoryFunctions,TeamCategories> TeamCategoryFunctions.TO__TEAM_CATEGORYUse with available request builders to apply the _TeamCategory navigation property to query operations.static final NavigationProperty.Collection<TeamCategories,TeamCategoryFunctions> TeamCategories.TO__TEAM_CATEGORY_FUNCTIONSUse with available request builders to apply the _TeamCategoryFunctions navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return TeamCategoryFunctionsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamCategoryFunctionsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamCategoryFunctions>>TeamCategories.getTeamCategoryFunctionsIfPresent()Retrieval of associated TeamCategoryFunctions entities (one to many).TeamCategoryFunctions.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamCategoryFunctionsModifier and TypeMethodDescriptionvoidTeamCategories.addTeamCategoryFunctions(TeamCategoryFunctions... entity) Adds elements to the list of associated TeamCategoryFunctions entities.TeamCategories.TeamCategoriesBuilder.teamCategoryFunctions(TeamCategoryFunctions... value) Navigation property _TeamCategoryFunctions for TeamCategories to multiple TeamCategoryFunctions.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamCategoryFunctionsModifier and TypeMethodDescriptionvoidTeamCategories.setTeamCategoryFunctions(List<TeamCategoryFunctions> value) Overwrites the list of associated TeamCategoryFunctions entities for the loaded navigation property _TeamCategoryFunctions.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamCategoryFunctionsModifierConstructorDescriptionTeamCategories(String respyMgmtTeamCategory, List<TeamCategoryFunctions> to_TeamCategoryFunctions, List<TeamCategoryRespyAttributes> to_TeamCategoryRespyAttributes, List<TeamCategoryTexts> to_TeamCategoryTexts, List<TeamTypes> to_TeamTypes) -
Uses of TeamCategoryFunctions 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 TeamCategoryFunctionsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamCategoryFunctions()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamCategoryFunctions()Deprecated.Fetch the number of entries from theTeamCategoryFunctionsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamCategoryFunctions()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamCategoryFunctions()Deprecated.Fetch multipleTeamCategoryFunctionsentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamCategoryFunctionsByKey(String respyMgmtTeamCategory, String respyMgmtFunction) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamCategoryFunctionsByKey(String respyMgmtTeamCategory, String respyMgmtFunction) Deprecated.Fetch a singleTeamCategoryFunctionsentity using key fields.