Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamTypeFunctions
Packages that use TeamTypeFunctions
Package
Description
-
Uses of TeamTypeFunctions 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 TeamTypeFunctionsModifier and TypeFieldDescriptionstatic final SimpleProperty<TeamTypeFunctions>TeamTypeFunctions.ALL_FIELDSSelector for all available fields of TeamTypeFunctions.static final SimpleProperty.String<TeamTypeFunctions>TeamTypeFunctions.RESPY_MGMT_FUNCTIONstatic final SimpleProperty.String<TeamTypeFunctions>TeamTypeFunctions.RESPY_MGMT_TEAM_CATEGORYstatic final SimpleProperty.String<TeamTypeFunctions>TeamTypeFunctions.RESPY_MGMT_TEAM_TYPETeamTypeFunctions.TO__FUNCTION_TEXTSUse with available request builders to apply the _FunctionTexts navigation property to query operations.static final NavigationProperty.Single<TeamTypeFunctions,TeamTypes> TeamTypeFunctions.TO__TEAM_TYPEUse with available request builders to apply the _TeamType navigation property to query operations.static final NavigationProperty.Collection<TeamTypes,TeamTypeFunctions> TeamTypes.TO__TEAM_TYPE_FUNCTIONSUse with available request builders to apply the _TeamTypeFunctions navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return TeamTypeFunctionsMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration that return types with arguments of type TeamTypeFunctionsModifier and TypeMethodDescriptionio.vavr.control.Option<List<TeamTypeFunctions>>TeamTypes.getTeamTypeFunctionsIfPresent()Retrieval of associated TeamTypeFunctions entities (one to many).TeamTypeFunctions.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with parameters of type TeamTypeFunctionsModifier and TypeMethodDescriptionvoidTeamTypes.addTeamTypeFunctions(TeamTypeFunctions... entity) Adds elements to the list of associated TeamTypeFunctions entities.TeamTypes.TeamTypesBuilder.teamTypeFunctions(TeamTypeFunctions... value) Navigation property _TeamTypeFunctions for TeamTypes to multiple TeamTypeFunctions.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeFunctionsModifier and TypeMethodDescriptionvoidTeamTypes.setTeamTypeFunctions(List<TeamTypeFunctions> value) Overwrites the list of associated TeamTypeFunctions entities for the loaded navigation property _TeamTypeFunctions.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration with type arguments of type TeamTypeFunctionsModifierConstructorDescriptionTeamTypes(String respyMgmtTeamType, String respyMgmtTeamCategory, TeamCategories to_TeamCategory, List<TeamTypeFunctions> to_TeamTypeFunctions, List<TeamTypeRespyAttributes> to_TeamTypeRespyAttributes, List<TeamTypeTexts> to_TeamTypeTexts) -
Uses of TeamTypeFunctions 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 TeamTypeFunctionsModifier and TypeMethodDescriptionDefaultResponsibilityManagementTeamConfigurationService.countTeamTypeFunctions()Deprecated.ResponsibilityManagementTeamConfigurationService.countTeamTypeFunctions()Deprecated.Fetch the number of entries from theTeamTypeFunctionsentity collection matching the filter and search expressions.DefaultResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctions()Deprecated.ResponsibilityManagementTeamConfigurationService.getAllTeamTypeFunctions()Deprecated.Fetch multipleTeamTypeFunctionsentities.DefaultResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionsByKey(String respyMgmtTeamType, String respyMgmtFunction) Deprecated.ResponsibilityManagementTeamConfigurationService.getTeamTypeFunctionsByKey(String respyMgmtTeamType, String respyMgmtFunction) Deprecated.Fetch a singleTeamTypeFunctionsentity using key fields.