Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2.RespyMTeamTypeFunctionText
Packages that use RespyMTeamTypeFunctionText
Package
Description
-
Uses of RespyMTeamTypeFunctionText 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 RespyMTeamTypeFunctionTextModifier and TypeFieldDescriptionstatic final SimpleProperty<RespyMTeamTypeFunctionText>RespyMTeamTypeFunctionText.ALL_FIELDSSelector for all available fields of RespyMTeamTypeFunctionText.static final SimpleProperty.String<RespyMTeamTypeFunctionText>RespyMTeamTypeFunctionText.LANGUAGEstatic final SimpleProperty.String<RespyMTeamTypeFunctionText>RespyMTeamTypeFunctionText.RESPY_MGMT_FUNCTIONstatic final SimpleProperty.String<RespyMTeamTypeFunctionText>RespyMTeamTypeFunctionText.RESPY_MGMT_FUNCTION_TEXTstatic final SimpleProperty.String<RespyMTeamTypeFunctionText>RespyMTeamTypeFunctionText.RESPY_MGMT_TEAM_CATEGORYstatic final SimpleProperty.String<RespyMTeamTypeFunctionText>RespyMTeamTypeFunctionText.RESPY_MGMT_TEAM_TYPERespyMgmtTeamTypeFunction.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 RespyMTeamTypeFunctionTextModifier and TypeMethodDescriptionRespyMTeamTypeFunctionText.RespyMTeamTypeFunctionTextBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 that return types with arguments of type RespyMTeamTypeFunctionTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<RespyMTeamTypeFunctionText>>RespyMgmtTeamTypeFunction.getFunctionTextsIfPresent()Retrieval of associated RespyMTeamTypeFunctionText entities (one to many).RespyMTeamTypeFunctionText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 with parameters of type RespyMTeamTypeFunctionTextModifier and TypeMethodDescriptionvoidRespyMgmtTeamTypeFunction.addFunctionTexts(RespyMTeamTypeFunctionText... entity) Adds elements to the list of associated RespyMTeamTypeFunctionText entities.RespyMgmtTeamTypeFunction.RespyMgmtTeamTypeFunctionBuilder.functionTexts(RespyMTeamTypeFunctionText... value) Navigation property _FunctionTexts for RespyMgmtTeamTypeFunction to multiple RespyMTeamTypeFunctionText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 with type arguments of type RespyMTeamTypeFunctionTextModifier and TypeMethodDescriptionvoidRespyMgmtTeamTypeFunction.setFunctionTexts(List<RespyMTeamTypeFunctionText> value) Overwrites the list of associated RespyMTeamTypeFunctionText entities for the loaded navigation property _FunctionTexts.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2 with type arguments of type RespyMTeamTypeFunctionTextModifierConstructorDescriptionRespyMgmtTeamTypeFunction(String respyMgmtTeamType, String respyMgmtFunction, String respyMgmtTeamCategory, List<RespyMTeamTypeFunctionText> to_FunctionTexts, RespyMgmtTeamType to_TeamType) -
Uses of RespyMTeamTypeFunctionText 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 RespyMTeamTypeFunctionTextModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationV2Service.countTeamTypeFunctionTexts()Deprecated.ResponsibilityManagementTeamConfigurationV2Service.countTeamTypeFunctionTexts()Deprecated.Fetch the number of entries from theRespyMTeamTypeFunctionTextentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationV2Service.getAllTeamTypeFunctionTexts()Deprecated.ResponsibilityManagementTeamConfigurationV2Service.getAllTeamTypeFunctionTexts()Deprecated.Fetch multipleRespyMTeamTypeFunctionTextentities.DefaultResponsibilityManagementTeamConfigurationV2Service.getTeamTypeFunctionTextsByKey(String respyMgmtTeamType, String respyMgmtFunction, String language) Deprecated.ResponsibilityManagementTeamConfigurationV2Service.getTeamTypeFunctionTextsByKey(String respyMgmtTeamType, String respyMgmtFunction, String language) Deprecated.Fetch a singleRespyMTeamTypeFunctionTextentity using key fields.