Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.RespyMTeamMemberFunction
Packages that use RespyMTeamMemberFunction
Package
Description
-
Uses of RespyMTeamMemberFunction in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type parameters of type RespyMTeamMemberFunctionModifier and TypeFieldDescriptionstatic final SimpleProperty<RespyMTeamMemberFunction>RespyMTeamMemberFunction.ALL_FIELDSSelector for all available fields of RespyMTeamMemberFunction.static final SimpleProperty.String<RespyMTeamMemberFunction>RespyMTeamMemberFunction.RESPONSIBILITY_TEAM_MEMBERstatic final SimpleProperty.String<RespyMTeamMemberFunction>RespyMTeamMemberFunction.RESPY_MGMT_FUNCTIONstatic final SimpleProperty.String<RespyMTeamMemberFunction>RespyMTeamMemberFunction.RESPY_MGMT_GLOBAL_TEAM_IDstatic final SimpleProperty.String<RespyMTeamMemberFunction>RespyMTeamMemberFunction.RESPY_MGMT_TEAM_MEMBER_TYPERespyMTeamMemberFunction.TO__TEAM_MEMBERUse with available request builders to apply the _TeamMember navigation property to query operations.RespyMgmtTeamMember.TO__TEAM_MEMBER_FUNCTIONSUse with available request builders to apply the _TeamMemberFunctions navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 that return RespyMTeamMemberFunctionModifier and TypeMethodDescriptionRespyMTeamMemberFunction.RespyMTeamMemberFunctionBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 that return types with arguments of type RespyMTeamMemberFunctionModifier and TypeMethodDescriptionio.vavr.control.Option<List<RespyMTeamMemberFunction>>RespyMgmtTeamMember.getTeamMemberFunctionsIfPresent()Retrieval of associated RespyMTeamMemberFunction entities (one to many).RespyMTeamMemberFunction.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with parameters of type RespyMTeamMemberFunctionModifier and TypeMethodDescriptionvoidRespyMgmtTeamMember.addTeamMemberFunctions(RespyMTeamMemberFunction... entity) Adds elements to the list of associated RespyMTeamMemberFunction entities.RespyMgmtTeamMember.RespyMgmtTeamMemberBuilder.teamMemberFunctions(RespyMTeamMemberFunction... value) Navigation property _TeamMemberFunctions for RespyMgmtTeamMember to multiple RespyMTeamMemberFunction.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type arguments of type RespyMTeamMemberFunctionModifier and TypeMethodDescriptionvoidRespyMgmtTeamMember.setTeamMemberFunctions(List<RespyMTeamMemberFunction> value) Overwrites the list of associated RespyMTeamMemberFunction entities for the loaded navigation property _TeamMemberFunctions.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2 with type arguments of type RespyMTeamMemberFunctionModifierConstructorDescriptionRespyMgmtTeamMember(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, RespyMgmtTeamHeader to_TeamHeader, List<RespyMTeamMemberFunction> to_TeamMemberFunctions) -
Uses of RespyMTeamMemberFunction 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 RespyMTeamMemberFunctionModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamsV2Service.countTeamMemberFunctions()Deprecated.ResponsibilityManagementTeamsV2Service.countTeamMemberFunctions()Deprecated.Fetch the number of entries from theRespyMTeamMemberFunctionentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamsV2Service.getAllTeamMemberFunctions()Deprecated.ResponsibilityManagementTeamsV2Service.getAllTeamMemberFunctions()Deprecated.Fetch multipleRespyMTeamMemberFunctionentities.DefaultResponsibilityManagementTeamsV2Service.getTeamMemberFunctionsByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, String respyMgmtFunction) Deprecated.ResponsibilityManagementTeamsV2Service.getTeamMemberFunctionsByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, String respyMgmtFunction) Deprecated.Fetch a singleRespyMTeamMemberFunctionentity using key fields.