Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2.RespyMTeamCategoryFuncText
Packages that use RespyMTeamCategoryFuncText
Package
Description
-
Uses of RespyMTeamCategoryFuncText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 with type parameters of type RespyMTeamCategoryFuncTextModifier and TypeFieldDescriptionstatic final SimpleProperty<RespyMTeamCategoryFuncText>RespyMTeamCategoryFuncText.ALL_FIELDSSelector for all available fields of RespyMTeamCategoryFuncText.static final SimpleProperty.String<RespyMTeamCategoryFuncText>RespyMTeamCategoryFuncText.LANGUAGEstatic final SimpleProperty.String<RespyMTeamCategoryFuncText>RespyMTeamCategoryFuncText.RESPY_MGMT_FUNCTIONstatic final SimpleProperty.String<RespyMTeamCategoryFuncText>RespyMTeamCategoryFuncText.RESPY_MGMT_FUNCTION_TEXTstatic final SimpleProperty.String<RespyMTeamCategoryFuncText>RespyMTeamCategoryFuncText.RESPY_MGMT_TEAM_CATEGORYRespyMTeamCategoryFunction.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.responsibilitymanagementteamconfigurationv2 that return RespyMTeamCategoryFuncTextModifier and TypeMethodDescriptionRespyMTeamCategoryFuncText.RespyMTeamCategoryFuncTextBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 that return types with arguments of type RespyMTeamCategoryFuncTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<RespyMTeamCategoryFuncText>>RespyMTeamCategoryFunction.getFunctionTextsIfPresent()Retrieval of associated RespyMTeamCategoryFuncText entities (one to many).RespyMTeamCategoryFuncText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 with parameters of type RespyMTeamCategoryFuncTextModifier and TypeMethodDescriptionvoidRespyMTeamCategoryFunction.addFunctionTexts(RespyMTeamCategoryFuncText... entity) Adds elements to the list of associated RespyMTeamCategoryFuncText entities.RespyMTeamCategoryFunction.RespyMTeamCategoryFunctionBuilder.functionTexts(RespyMTeamCategoryFuncText... value) Navigation property _FunctionTexts for RespyMTeamCategoryFunction to multiple RespyMTeamCategoryFuncText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 with type arguments of type RespyMTeamCategoryFuncTextModifier and TypeMethodDescriptionvoidRespyMTeamCategoryFunction.setFunctionTexts(List<RespyMTeamCategoryFuncText> value) Overwrites the list of associated RespyMTeamCategoryFuncText entities for the loaded navigation property _FunctionTexts.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 with type arguments of type RespyMTeamCategoryFuncTextModifierConstructorDescriptionRespyMTeamCategoryFunction(String respyMgmtTeamCategory, String respyMgmtFunction, List<RespyMTeamCategoryFuncText> to_FunctionTexts, RespyMgmtTeamCategory to_TeamCategory) -
Uses of RespyMTeamCategoryFuncText 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 RespyMTeamCategoryFuncTextModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationV2Service.countTeamCategoryFunctionTexts()Deprecated.ResponsibilityManagementTeamConfigurationV2Service.countTeamCategoryFunctionTexts()Deprecated.Fetch the number of entries from theRespyMTeamCategoryFuncTextentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationV2Service.getAllTeamCategoryFunctionTexts()Deprecated.ResponsibilityManagementTeamConfigurationV2Service.getAllTeamCategoryFunctionTexts()Deprecated.Fetch multipleRespyMTeamCategoryFuncTextentities.DefaultResponsibilityManagementTeamConfigurationV2Service.getTeamCategoryFunctionTextsByKey(String respyMgmtTeamCategory, String respyMgmtFunction, String language) Deprecated.ResponsibilityManagementTeamConfigurationV2Service.getTeamCategoryFunctionTextsByKey(String respyMgmtTeamCategory, String respyMgmtFunction, String language) Deprecated.Fetch a singleRespyMTeamCategoryFuncTextentity using key fields.