Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamMemberFunctions
Packages that use TeamMemberFunctions
Package
Description
-
Uses of TeamMemberFunctions in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type parameters of type TeamMemberFunctionsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamMemberFunctions>TeamMemberFunctions.ALL_FIELDSSelector for all available fields of TeamMemberFunctions.static final SimpleProperty.String<TeamMemberFunctions>TeamMemberFunctions.RESPONSIBILITY_TEAM_MEMBERstatic final SimpleProperty.String<TeamMemberFunctions>TeamMemberFunctions.RESPY_MGMT_FUNCTIONstatic final SimpleProperty.String<TeamMemberFunctions>TeamMemberFunctions.RESPY_MGMT_GLOBAL_TEAM_IDstatic final SimpleProperty.String<TeamMemberFunctions>TeamMemberFunctions.RESPY_MGMT_TEAM_MEMBER_TYPEstatic final NavigationProperty.Single<TeamMemberFunctions,TeamMembers> TeamMemberFunctions.TO__TEAM_MEMBERUse with available request builders to apply the _TeamMember navigation property to query operations.static final NavigationProperty.Collection<TeamMembers,TeamMemberFunctions> TeamMembers.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.responsibilitymanagementteam that return TeamMemberFunctionsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam that return types with arguments of type TeamMemberFunctionsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamMemberFunctions>>TeamMembers.getTeamMemberFunctionsIfPresent()Retrieval of associated TeamMemberFunctions entities (one to many).TeamMemberFunctions.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with parameters of type TeamMemberFunctionsModifier and TypeMethodDescriptionvoidTeamMembers.addTeamMemberFunctions(TeamMemberFunctions... entity) Adds elements to the list of associated TeamMemberFunctions entities.TeamMembers.TeamMembersBuilder.teamMemberFunctions(TeamMemberFunctions... value) Navigation property _TeamMemberFunctions for TeamMembers to multiple TeamMemberFunctions.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamMemberFunctionsModifier and TypeMethodDescriptionvoidTeamMembers.setTeamMemberFunctions(List<TeamMemberFunctions> value) Overwrites the list of associated TeamMemberFunctions entities for the loaded navigation property _TeamMemberFunctions.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam with type arguments of type TeamMemberFunctionsModifierConstructorDescriptionTeamMembers(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, TeamHeaders to_TeamHeader, List<TeamMemberFunctions> to_TeamMemberFunctions) -
Uses of TeamMemberFunctions 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 TeamMemberFunctionsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamService.countTeamMemberFunctions()Deprecated.ResponsibilityManagementTeamService.countTeamMemberFunctions()Deprecated.Fetch the number of entries from theTeamMemberFunctionsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamService.getAllTeamMemberFunctions()Deprecated.ResponsibilityManagementTeamService.getAllTeamMemberFunctions()Deprecated.Fetch multipleTeamMemberFunctionsentities.DefaultResponsibilityManagementTeamService.getTeamMemberFunctionsByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, String respyMgmtFunction) Deprecated.ResponsibilityManagementTeamService.getTeamMemberFunctionsByKey(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, String respyMgmtFunction) Deprecated.Fetch a singleTeamMemberFunctionsentity using key fields.