Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypeFunctionTexts
Packages that use TeamTypeFunctionTexts
Package
Description
-
Uses of TeamTypeFunctionTexts 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 TeamTypeFunctionTextsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamTypeFunctionTexts>TeamTypeFunctionTexts.ALL_FIELDSSelector for all available fields of TeamTypeFunctionTexts.static final SimpleProperty.String<TeamTypeFunctionTexts>TeamTypeFunctionTexts.LANGUAGEstatic final SimpleProperty.String<TeamTypeFunctionTexts>TeamTypeFunctionTexts.RESPY_MGMT_FUNCTIONstatic final SimpleProperty.String<TeamTypeFunctionTexts>TeamTypeFunctionTexts.RESPY_MGMT_FUNCTION_TEXTstatic final SimpleProperty.String<TeamTypeFunctionTexts>TeamTypeFunctionTexts.RESPY_MGMT_TEAM_CATEGORYstatic final SimpleProperty.String<TeamTypeFunctionTexts>TeamTypeFunctionTexts.RESPY_MGMT_TEAM_TYPETeamTypeFunctions.TO__FUNCTION_TEXTSUse with available request builders to apply the _FunctionTexts navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return TeamTypeFunctionTextsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamTypeFunctionTextsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamTypeFunctionTexts>>TeamTypeFunctions.getFunctionTextsIfPresent()Retrieval of associated TeamTypeFunctionTexts entities (one to many).TeamTypeFunctionTexts.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamTypeFunctionTextsModifier and TypeMethodDescriptionvoidTeamTypeFunctions.addFunctionTexts(TeamTypeFunctionTexts... entity) Adds elements to the list of associated TeamTypeFunctionTexts entities.TeamTypeFunctions.TeamTypeFunctionsBuilder.functionTexts(TeamTypeFunctionTexts... value) Navigation property _FunctionTexts for TeamTypeFunctions to multiple TeamTypeFunctionTexts.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeFunctionTextsModifier and TypeMethodDescriptionvoidTeamTypeFunctions.setFunctionTexts(List<TeamTypeFunctionTexts> value) Overwrites the list of associated TeamTypeFunctionTexts entities for the loaded navigation property _FunctionTexts.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeFunctionTextsModifierConstructorDescriptionTeamTypeFunctions(String respyMgmtTeamType, String respyMgmtFunction, String respyMgmtTeamCategory, List<TeamTypeFunctionTexts> to_FunctionTexts, TeamTypes to_TeamType) -
Uses of TeamTypeFunctionTexts 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 TeamTypeFunctionTextsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamTypeFunctionTexts()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamTypeFunctionTexts()Deprecated.Fetch the number of entries from theTeamTypeFunctionTextsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctionTexts()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctionTexts()Deprecated.Fetch multipleTeamTypeFunctionTextsentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionTextsByKey(String respyMgmtTeamType, String respyMgmtFunction, String language) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionTextsByKey(String respyMgmtTeamType, String respyMgmtFunction, String language) Deprecated.Fetch a singleTeamTypeFunctionTextsentity using key fields.